Search found 13 matches

by abadve
Fri Feb 19, 2010 1:59 am
Forum: XML-RPC API
Topic: DevKey Issue with Testlink 1.8.5
Replies: 3
Views: 8933

DevKey Issue with Testlink 1.8.5

Hello I have two users with admin rights created on Testlink version 1.8.5 When I create the API key for user A and use it from my API calls all the results are logged and it works. User B has also created API key. The API key only for userA works and the results are logged to the DB and I see that ...
by abadve
Sat Feb 06, 2010 4:28 am
Forum: XML-RPC API
Topic: tc_external_id value returned by getTestCaseIdByName mapping
Replies: 2
Views: 5470

tc_external_id value returned by getTestCaseIdByName mapping

When I import test suites into a testplan from another project and test plan I see that the GUI assigns the test cases some ids. When I execute getTestCaseIdByName function I see that the function returns tc_external_id for some cases same as the old external id. Is there a way I can assign/preserve...
by abadve
Sat Feb 06, 2010 3:42 am
Forum: XML-RPC API
Topic: getTestCasesforTestSuite API function
Replies: 1
Views: 3990

Sorry for the post looks like a bug in my code.

I think it does list active test cases. Sorry for the post there was a bug in my code.
by abadve
Sat Feb 06, 2010 3:08 am
Forum: XML-RPC API
Topic: getTestCasesforTestSuite API function
Replies: 1
Views: 3990

getTestCasesforTestSuite API function

Hello all,
How can I use getTestCasesForTestSuite function to return only active test cases or test cases which can be executed in a test plan. Right now it is returning all the test cases.
by abadve
Sat Feb 06, 2010 2:44 am
Forum: XML-RPC API
Topic: getParent of the given testsuite
Replies: 2
Views: 5222

Does anyone know if this is implemented in 1.8.5

I also have the same query.
by abadve
Sat Nov 14, 2009 3:09 am
Forum: XML-RPC API
Topic: How to I generate a dev key to access the API?
Replies: 9
Views: 24605

Hello Laurent, In my config file I have enabled below $tlCfg->exec_cfg->enable_test_automation = ENABLED; Then when I go to the personal tab button from the GUI on account setting web page I see below change password button API interface Personal API access key = 9c2cdfb6e0072a652098d41622e50f4f The...
by abadve
Tue Nov 10, 2009 9:53 pm
Forum: XML-RPC API
Topic: reportTCResult return values
Replies: 0
Views: 3490

reportTCResult return values

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 sh...
by abadve
Tue Nov 10, 2009 4:31 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: getTestCaseIDByName method not working in Testlink1.8.4 API
Replies: 1
Views: 3194

getTestCaseIDByName method not working in Testlink1.8.4 API

Hello all I get error when using this method No testcasename provided. A testcase name must be provided! As you can clearly see the testcase name is what I am providing in my call yet I get the above error. Can somebody give me a working example of the code. Most of the API calls do not seem to work...
by abadve
Thu Apr 16, 2009 7:20 pm
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

Thanks for your reply. Where do I get the buildid and planid from? I already tried using buildid from the web interface but I get error No buildid provided. A valid buildid must be provided! In my earlier post I did send you the xml file It does not have the buildID or the testplan planID. The one I...
by abadve
Wed Apr 15, 2009 10:05 pm
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

Re:

Thanks a lot Prashant for your reply. I could do the call gettestcaseIDbyName and it gives me the corresponding test case ID. This is my XML file <testsuite name=""> <details> </details> − <testsuite name="apitest"> <details> </details> − <testcase internalid="3" name=&...
by abadve
Tue Apr 14, 2009 9:51 pm
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

No Test Case ID provided.valid Test Case ID must be provided

Can you please tell me where is the button located to export the test case in XML so I can get the internal test case ID? Is there any relation between the web based test case IDs and the one in the testlink database? How do I determine the internal test case ID's in my code if I only know the web b...
by abadve
Thu Mar 19, 2009 2:06 am
Forum: XML-RPC API
Topic: The Test Case ID (tcid) provided does not exist!
Replies: 20
Views: 43221

The Test Case ID (tcid) provided does not exist!

Hello all,

In my reportTCResult call I always get the error that the testcase id provided does not exist. I am entering a valid testcase id. What values does the call expect? How do I verify the id in the database?

I look forward to your help.
by abadve
Wed Feb 18, 2009 2:03 am
Forum: XML-RPC API
Topic: access the testlink database by running a PHP from CLI
Replies: 3
Views: 7300

access the testlink database by running a PHP from CLI

Hello all I am trying this simple example from the command line interface to access the testlink database. This example below works if I specify the absolute path to the location of class-IXR.php file. If I specify it using IP address it does not work. Do I need some HTTP packages installed or am I ...