Hello
I could not get the reportTCResult method to work except PHP.
I get this in the response structure . What do the id values of 4 or 5 indicate.
The test case is not run. Do these id values indicate the test case status of not run or passed or failed or blocked? How to interpret this and what should I be passing as argument when I call the function in my code. Any help will be appreciated.
Test - Call with valid parameters: testPlanID,testCaseExternalID,buildName
(
[0] => Array
(
[status] => 1
[id] => 5
[message] => Success!
[operation] => reportTCResult
)
)
reportTCResult return values
Moderators: Amaradana, TurboPT, TL Developers