reportTCResult return values

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
abadve
TestLink user
Posts: 13
Joined: Wed Feb 18, 2009 1:56 am

reportTCResult return values

Post by abadve »

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
)
)
Post Reply