public void deleteTestCase() throws Exception {
   testCaseObj.setTestCaseId("15");
   System.out.println(tmsManager.deleteTestCase(testCaseObj.getTestCaseId()));
 }