Search found 11 matches

by martinM
Fri Aug 05, 2011 11:48 am
Forum: XML-RPC API
Topic: getTestCasesForTestsuite doesn't return steps
Replies: 7
Views: 12496

Re: getTestCasesForTestsuite doesn't return steps

Hi fman,

I submitted an issue in Mantis.

See http://mantis.testlink.org/view.php?id=4692.

Best Regards,
Martin
by martinM
Thu Aug 04, 2011 1:17 pm
Forum: XML-RPC API
Topic: getTestCasesForTestsuite doesn't return steps
Replies: 7
Views: 12496

Re: getTestCasesForTestsuite doesn't return steps

Hi all, I'm sorry for re-opening this old issue again. In the meantime I switched to Testlink 1.9.3 and I still encounter troubles call getTestCasesForTestSuite. My goal is to receive information about a test-case including its steps with one call. According to the documentation in the file xmlrpc.c...
by martinM
Thu Mar 31, 2011 7:02 pm
Forum: XML-RPC API
Topic: getTestCasesForTestsuite doesn't return steps
Replies: 7
Views: 12496

Re: getTestCasesForTestsuite doesn't return steps

Hi fman, yes, I read the documentation ;-). Here it is: /** * List test cases within a test suite * * By default test cases that are contained within child suites * will be returned. * Set the deep flag to false if you only want test cases in the test suite provided * and no child test cases. * * @p...
by martinM
Thu Mar 31, 2011 3:23 pm
Forum: XML-RPC API
Topic: getTestCasesForTestsuite doesn't return steps
Replies: 7
Views: 12496

Re: getTestCasesForTestsuite doesn't return steps

Hi unhandeld,

thanks for your suggestion.
But in my use-case I don't want to rely on a certain test-plan. I just want to get all test-cases of a test-project including the test-steps.

Best Regards,
Martin
by martinM
Wed Mar 30, 2011 8:33 am
Forum: XML-RPC API
Topic: getTestCasesForTestsuite doesn't return steps
Replies: 7
Views: 12496

getTestCasesForTestsuite doesn't return steps

Hi all, I'm using TestLink 1.9.2 and want to get all steps of a test-case. I'm calling getTestCasesForTestsuite() but I can't get the steps. I tried setting "details" to "simple" and "full" but didn't succeed. Is there a third value for the "details" parameter...
by martinM
Mon Nov 22, 2010 4:38 pm
Forum: XML-RPC API
Topic: [SOLVED]What am I doing wrong - reportTCResult
Replies: 9
Views: 15558

Re: What am I doing wrong - reportTCResult

Hi,

I did some further investigations and ran into the same problems again.
Now I also get the wrong behavior with my Java-client, which worked previously.

I am going to try the php sample clients in the next couple of days.

Best Regards,
Martin
by martinM
Mon Nov 22, 2010 12:59 pm
Forum: XML-RPC API
Topic: [SOLVED]What am I doing wrong - reportTCResult
Replies: 9
Views: 15558

Re: What am I doing wrong - reportTCResult

Hi, I tested the Java client and it worked as expected. I used my Python client from above in a Jython interpreter which updated only the first result in the database. Then I implemented a Java client, which was working as expected. After that I moved the Java code into my Jython code and got the sa...
by martinM
Wed Nov 17, 2010 11:48 am
Forum: XML-RPC API
Topic: [SOLVED]What am I doing wrong - reportTCResult
Replies: 9
Views: 15558

Re: What am I doing wrong - reportTCResult

Hi all,

I did some further investigations and found that reportTCResult only updates the first assigned test-case. In my case only the one with "qq-1".
It doesn't care about the testcaseid or testcaseexternalid, if I set it as parameter.

Is this a known behavior?

Best Regards,
Martin
by martinM
Tue Nov 16, 2010 9:48 am
Forum: XML-RPC API
Topic: [SOLVED]What am I doing wrong - reportTCResult
Replies: 9
Views: 15558

[SOLVED]What am I doing wrong - reportTCResult

Hi all, I implemented a small Python script for uploading test-results into TestLink. But my script only updates the first result of the first test-case and not all of them. Could you tell me, what I am doing wrong? The method returns with success but I can't see the results updated and I cannot fin...
by martinM
Fri Oct 02, 2009 8:01 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Size of project - number of results - optimization hints
Replies: 3
Views: 4689

Hi Amaradana,

thanks for your reply.

I'll investigate our database and the queries, if I could find something, which optimizes the queries drastically, I'll let you know.

I have to work with MySQL or Postgres as we don't use IIS in our company :-)

Regards,
Martin
by martinM
Tue Sep 29, 2009 9:13 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Size of project - number of results - optimization hints
Replies: 3
Views: 4689

Size of project - number of results - optimization hints

Hi, I'm wondering about your experiences in managing test projects with Testlink. How many test-cases, test-results, builds etc. can you manage within Testlink? We tried Testlink to manage our test results of our nightly tests, but unfortunately the database queries of Testlink have a too low perfor...