public void updateTestCaseExecutionDetails() throws Exception {
   testCaseObj.setTestCaseStatus("Complete");
   testCaseObj.setTestCaseId("001");
   System.out.println(tmsManager.updateTestCaseExecutionDetails(testCaseObj));
 }