Search found 4 matches
- Mon Apr 19, 2010 5:40 am
- Forum: XML-RPC API
- Topic: Which table to query for the testcase id
- Replies: 2
- Views: 5294
- 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
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
- Fri Apr 16, 2010 9:44 am
- Forum: XML-RPC API
- Topic: getting errors when i use getProjectTestPlansAPI in python
- Replies: 3
- Views: 5763
- 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...