[resolved]Suitable test case ID for reportTCResult function

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
AnneGaelle
TestLink user
Posts: 10
Joined: Thu Feb 05, 2009 3:26 pm

[resolved]Suitable test case ID for reportTCResult function

Post by AnneGaelle »

Hello !

I've just installed Testlink 1.8. It's the first time I use it.
I try to lauch some examples, such as clientSample.py, but a problem occurred. I modified very required fields but there is still the same error with the reportTCResult function :
reportTCResult result was: [{'message': 'No Test Case ID provided. A valid Test Case ID must be provided!', 'code': 110}]
I don't know where I can find the suitable Test Case IDs, I searched into the DataBase (MySQL) but the IDs given don't seem to be the ones expected by the function, it doesn't seem to be the IDs given in Testlink GUI neither.

So my question is, how to get the appropriate test case ID ? I've the same issue with the getTestCasesForTestPlan function, I've not found the good Test Plan Id.

Thanks for your help
Last edited by AnneGaelle on Fri Feb 06, 2009 1:24 pm, edited 1 time in total.
AnneGaelle
TestLink user
Posts: 10
Joined: Thu Feb 05, 2009 3:26 pm

[resolved]

Post by AnneGaelle »

I've just seen the bug was reported and corrected.
in all xmlrpc functions, tcid must be replaced by testcaseid and tpid by testplanid...
Locked