Search found 4 matches

by dokaspar
Tue Sep 16, 2014 10:09 pm
Forum: XML-RPC API
Topic: How to get Bug IDs attached to a testcase execution?
Replies: 3
Views: 11376

Re: How to get Bug IDs attached to a testcase execution?

Hi fman,

Thanks for the quick answer.

1. The TestLink version is 1.9.10
2. Yes, I have checked the xmlrpc.class.php without much success. Is that the correct place to search?

Cheers,
Dominik
by dokaspar
Tue Sep 16, 2014 9:42 am
Forum: XML-RPC API
Topic: How to get Bug IDs attached to a testcase execution?
Replies: 3
Views: 11376

How to get Bug IDs attached to a testcase execution?

Hi, My Testlink project is configured with JIRA issue tracking support, so we can link executed test cases to JIRA issues. With this feature enabled, the Testlink GUI shows linked JIRA issues for a selected test execution. I also figured out how to use reportTCResult() to report a test result and pa...
by dokaspar
Tue Dec 18, 2012 1:15 pm
Forum: XML-RPC API
Topic: getTestCasesForTestPlan() does not return testSuiteId
Replies: 1
Views: 6644

getTestCasesForTestPlan() does not return testSuiteId

Hi, I'm using the testlink-java-api-1.9.4-0 and trying to retrieve all TestCases for a given testplanID: TestCase[] cases = cliconn.getTestCasesForTestPlan(testplanID, null, null, null, null, null, null, null, null, null, TestCaseDetails.FULL); However, whatever TestCaseDetails I pick (e.g., FULL, S...
by dokaspar
Tue Nov 20, 2012 6:46 am
Forum: XML-RPC API
Topic: How to get exact order of TestSuites
Replies: 0
Views: 4861

How to get exact order of TestSuites

I use the Java TestLinkAPIClient to retrieve all TestSuites using the getTestSuitesForTestPlan() function. However, the returned TestSuites have no particular order. How can I restore their order as defined in the Test Specification? I found a z-order attribute that does what I want for TestCases, b...