new method will be added on 1.9, see mantis
saying just things do not work helps nobody
do a good issue report on mantis
The Test Case ID (tcid) provided does not exist!
Moderators: Amaradana, TurboPT, TL Developers
Just to let you know that i re-ran my unit tests for the .net testlink api and it still works fine for 1.8.2prashant.katti wrote:Hi All,
We have found that there some issues in retriving the TPid and TCid with any API apart from PHP.
We tried using the PHP api there was not error been reported and could automate the process of Test results uploading,
We need to open Mantis for the same.
regards
prashant
-
- TestLink user
- Posts: 6
- Joined: Sun May 31, 2009 8:08 pm
-
- TestLink user
- Posts: 6
- Joined: Sun May 31, 2009 8:08 pm
Just be a bit clear... I'm tying this using Python on 1.8.3
data = {'devKey':'c4b93eede11ff569905cc2aea1212a81', 'Tpid':int(1)}
s.tl.getProjectTestPlans(data)
and get the error as
[{'message': '(getProjectTestPlans) - No testprojectid provided.', 'code': 160}]
I'm sure that I got the test project ID as (1) since I checked it under Test Project Management.
data = {'devKey':'c4b93eede11ff569905cc2aea1212a81', 'Tpid':int(1)}
s.tl.getProjectTestPlans(data)
and get the error as
[{'message': '(getProjectTestPlans) - No testprojectid provided.', 'code': 160}]
I'm sure that I got the test project ID as (1) since I checked it under Test Project Management.
-
- TestLink user
- Posts: 6
- Joined: Sun May 31, 2009 8:08 pm