Hello,
I want to use reportTestCaseResult() api to update my result into TestLink. What value should I use for 'testResultStatus' parameter?
I tried using all different strings as 'Pass', 'P', 'Passed', 'pass', 'PASS'. But every time I am getting following error message.
testlink.api.java.client.TestLinkAPIException:
The xml-rpc call to TestLink API method tl.reportTCResult failed.
Result[0] = {message=The status code (Passed) provided is not valid!, code=6000}
Does anyone have any idea on this one?
what valued should be used as 'testResultStatus' parameter
Moderators: Amaradana, TurboPT, TL Developers
Re: what valued should be used as 'testResultStatus' paramet
1. we have invested time to write examples on PHP, that can be used to understand this
2. you can give a look to xmlrpc server implementation
3. you have to use code as if defined on TL config files using exact case => 'p' for passed.
2. you can give a look to xmlrpc server implementation
3. you have to use code as if defined on TL config files using exact case => 'p' for passed.