System.out.println("id build : "+TestLinkAPIHelper.getBuildID(apiClient, testPlanID, buildName));
System.out.println("------------------------------------------------");
apiClient.reportTestCaseResult(projectName,
planName,
projectid+"-1",
buildName,
"test api",
TestLinkAPIConst.TEST_PASSED);