Using reportTestCaseResult for API TestLinkAPIClient
Posted: Fri Feb 19, 2016 12:47 am
I am trying to update the test case result in java (TestLink version 1.9.13) by calling the method reportTestCaseResult for class TestLinkAPIClient by making a call using URL as "servername/testlink/lib/api/xmlrpc/v1/xmlrpc.php"
I pass the following parameters: reportTestCaseResult(testProject, testPlan, testCase, build, notes, result)
Upon execution, I get the following exception:
testlink.api.java.client.TestLinkAPIException:
The xml-rpc call to TestLink API method tl.reportTCResult failed.
Result[0] = {code=200, message=(reportTCResult) - Parameter platformname OR platformid is required, but has not been provided}
Any help is appreciated. Thanks
I pass the following parameters: reportTestCaseResult(testProject, testPlan, testCase, build, notes, result)
Upon execution, I get the following exception:
testlink.api.java.client.TestLinkAPIException:
The xml-rpc call to TestLink API method tl.reportTCResult failed.
Result[0] = {code=200, message=(reportTCResult) - Parameter platformname OR platformid is required, but has not been provided}
Any help is appreciated. Thanks