public void updateTestCase() throws Exception {
   testCaseObj.setExpectedBehaviour("Excellent");
   testCaseObj.setTestCaseId("15");
   System.out.println(tmsManager.updateTestCase(testCaseObj));
 }