Search found 4 matches

by overflow
Mon Apr 19, 2010 5:40 am
Forum: XML-RPC API
Topic: Which table to query for the testcase id
Replies: 2
Views: 5294

Thank a heap ... austvik.
by overflow
Fri Apr 16, 2010 9:52 am
Forum: XML-RPC API
Topic: Which table to query for the testcase id
Replies: 2
Views: 5294

Which table to query for the testcase id

Hi
I am having problems with the reportTCResult() method where i have to pass appropriate testcase id. I have been trying to get the right testcase-id by querying the tables but no luck,

Any help will be much appreciated.

~Overflow
by overflow
Fri Apr 16, 2010 9:44 am
Forum: XML-RPC API
Topic: getting errors when i use getProjectTestPlansAPI in python
Replies: 3
Views: 5763

Hi,
I found out the problem. It was the parameter name which I was passing wrongly. I was passing it as tpid rather than testplanid. I went through the xmlrpc.php file for the getprojectTestplans method and found out.

Thanks for the all the suggestions.

~Overflow
by overflow
Thu Apr 15, 2010 5:32 am
Forum: XML-RPC API
Topic: getting errors when i use getProjectTestPlansAPI in python
Replies: 3
Views: 5763

getting errors when i use getProjectTestPlansAPI in python

Hi all, I am trying to get all the Project Test plans for a particular project ID. so i am using the getProjectTestPlans api for it. But i constantly getting the error as below : [{'message': '(getProjectTestPlans) - LOCALIZE: API_NO_TESTPROJECTID', 'code': 160}] I queried the mysql for testplans ta...