Search found 9 matches
- Wed May 02, 2012 5:57 am
- Forum: XML-RPC API
- Topic: getTestStatusByBuildID ?
- Replies: 3
- Views: 7607
Re: getTestStatusByBuildID ?
I have moved on and created my own RPC public function getTestStatusByBuild... works really well. I thought this might be very useful because with an automated script we can check the outstanding test cases quickly, perhaps even a cron job to send an email to QA manager every hour or so :-) I wonder...
- Wed May 02, 2012 2:15 am
- Forum: TestLink 1.9
- Topic: [SOLVED] Performance Issue on test execution
- Replies: 4
- Views: 6329
Re: [SOLVED] Performance Issue on test execution
fman, In fact, I agree to refactoring the code with relation to any BTS, and it is quite simple to do, this is my suggestion: All the integration with BTS is tracked in the execution_bugs table, so anytime a user click on an execution, it will check whether this execution ID existed in the execution...
- Wed May 02, 2012 12:36 am
- Forum: XML-RPC API
- Topic: getTestStatusByBuildID ?
- Replies: 3
- Views: 7607
Re: getTestStatusByBuildID ?
I am answering my own question again, the procedure that I should be using is "getLastExecutionResult" I am using testlink 1.9.3, and I can see that the full list of api are here ~/lib/api/xmlrpc.class.php $this->methods = array( 'tl.reportTCResult' => 'this:reportTCResult', 'tl.setTestCas...
- Tue May 01, 2012 3:09 pm
- Forum: XML-RPC API
- Topic: getTestStatusByBuildID ?
- Replies: 3
- Views: 7607
getTestStatusByBuildID ?
I am new to testlink API and wonder if we have something like get test status by build id? The use case for this is I can call a script and it quickly tells me how many test cases in a given build has passed (or failed or not ran). Which API do you recommend me to use? Doesn't seem to have a good on...
- Tue May 01, 2012 7:32 am
- Forum: TestLink 1.9
- Topic: Left frame not updated on bulk execution update
- Replies: 3
- Views: 4218
Re: Left frame not updated on bulk execution update
I am on TestLink - 1.9.3, I believe this is the latest stable version.
I tried looking at Mantis , I don't see anything that fits ...
I tried looking at Mantis , I don't see anything that fits ...
- Mon Apr 30, 2012 9:52 am
- Forum: TestLink 1.9
- Topic: [SOLVED] Performance Issue on test execution
- Replies: 4
- Views: 6329
Re: [SOLVED] Performance Issue on test execution
I am using Direct DB.. another issue is my TL host is in Asia and the JIRA host is in Europe 

- Mon Apr 30, 2012 9:40 am
- Forum: TestLink 1.9
- Topic: Left frame not updated on bulk execution update
- Replies: 3
- Views: 4218
Left frame not updated on bulk execution update
I have enabled bulk test execution update by changing the following key: $tlCfg->exec_cfg->show_testsuite_contents = ENABLED; Now I go to test execution and update all test cases by clicking on the test suite, then save execution. Notice although the status are updated on the right frame, the left f...
- Mon Apr 30, 2012 6:46 am
- Forum: TestLink 1.9
- Topic: [SOLVED] Performance Issue on test execution
- Replies: 4
- Views: 6329
Re: Performance Issue on test execution
I FIXED IT!!! YEAH>!!!!! :P The problem is that I am integrating with JIRA.. and the JIRA is so damn slow... perhaps this is a problem with testlink architecture as well... everytime I load up a test case, it query JIRA to check if there is associated BUG.. but this is taking a long time... and most...
- Sun Apr 29, 2012 4:51 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] Performance Issue on test execution
- Replies: 4
- Views: 6329
[SOLVED] Performance Issue on test execution
Testlink was working well until recently we hit a perfomrnace problem. When I click on test execution, and any test case on the left side, the right side takes about 30 seconds to load up.. this is very annoying. This does not happen on the test specification screen - only on test execution. Any ide...