Search found 18 matches
- Mon Nov 01, 2010 11:11 pm
- Forum: General Testing and Test management
- Topic: Correlating test cases and automation scenarios ?
- Replies: 6
- Views: 8662
Re: Correlating test cases and automation scenarios ?
Thanks for the responses. Keywords is the one we thought of. however, it does not have XML-RPC interface, at least not for creating new ones (or did I miss it??) custom field is a single string. Thus, we will have to concatenate the scripts names, which is not most user friendly. unless other option...
- Mon Nov 01, 2010 12:47 pm
- Forum: General Testing and Test management
- Topic: Correlating test cases and automation scenarios ?
- Replies: 6
- Views: 8662
Re: Correlating test cases and automation scenarios ?
i'll try to make it more clear. We're using a test automation system (Jsystem). assuming TC-11=add username in system-under-test we have several automation scripts, each is covering a different feature for example, but all (also) cover TC-11 (among other test cases). If I want to cover TC-11, I have...
- Thu Oct 28, 2010 5:31 pm
- Forum: General Testing and Test management
- Topic: Correlating test cases and automation scenarios ?
- Replies: 6
- Views: 8662
Correlating test cases and automation scenarios ?
Hi. I would like to hear about your thoughts on how to link between test cases and automation scenarios in TL system. We have a situation were one Test Case is part of several automation scenarios. For example, in the case I want to cover a specific test case, I want to see all automation scenarios ...
- Thu Oct 28, 2010 5:03 pm
- Forum: TestLink 1.9
- Topic: "General Test Plan Metrics" stopped working [SOLVED]
- Replies: 3
- Views: 5154
Re: "General Test Plan Metrics" stopped working [SOLVED]
The mentioned items are not huge. ~20 test cases, 5 builds. we do not use platforms. I guess that the main "issue" in our case is the amount of executions. our automation ADDS executions to the test plan, even if ran on the same build. so we can have 10s and even 100s (might even get to 10...
- Thu Oct 28, 2010 4:15 pm
- Forum: TestLink 1.9
- Topic: "General Test Plan Metrics" stopped working [SOLVED]
- Replies: 3
- Views: 5154
Re: "General Test Plan Metrics" stopped working [SOLVED]
After sometime, instead of getting blank screen I got the following message: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16 bytes) in /var/www/testlink_1_9_beta6/third_party/adodb/drivers/adodb-mysql.inc.php on line 690 To solve the issue, I increased PHP mem allocation to 256...
- Wed Oct 27, 2010 9:44 am
- Forum: TestLink 1.9
- Topic: "General Test Plan Metrics" stopped working [SOLVED]
- Replies: 3
- Views: 5154
"General Test Plan Metrics" stopped working [SOLVED]
Hi. Test report "General Test Plan Metrics" stopped working (white page on the frame) for a specific test plan. for other test plans it works as expected. Testlink running on Ubuntu - Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch, MySQL 5.0.51a any idea why ? steps to debu...
- Wed Oct 27, 2010 9:38 am
- Forum: TestLink 1.9
- Topic: adding users from external application
- Replies: 3
- Views: 4698
Re: adding users from external application
If you add the users manually on testlink, I suggest you install PHPMyAdmin on the testlink server, which would allow you web access to the DB.
Assuming that, you can add users, with devkey, to the users table on testlink database
Assuming that, you can add users, with devkey, to the users table on testlink database
- Mon Oct 18, 2010 9:49 pm
- Forum: TestLink 1.9
- Topic: adding users from external application
- Replies: 3
- Views: 4698
Re: adding users from external application
Are you trying to add the users manually, and then use these users with external application ? If so, once users are added, you have to manually add in the DB the devkey for each user. Then external application will then use the devkey for authentication. Or, Are you trying to automatically create n...
- Mon Oct 18, 2010 9:38 pm
- Forum: TestLink 1.9
- Topic: Changing session timeout ?
- Replies: 2
- Views: 4655
Re: Changing session timeout ?
$tlCfg->sessionInactivityTimeout = 9900;
seems like much more than 60 minutes
Could it be that 9900 is too high, and being override somehow ? (by whom?)
seems like much more than 60 minutes

Could it be that 9900 is too high, and being override somehow ? (by whom?)
- Mon Oct 18, 2010 9:36 pm
- Forum: TestLink 1.9
- Topic: Update _1_9_beta6 to _1_9_RC1 resulted with blank screens
- Replies: 0
- Views: 2376
Update _1_9_beta6 to _1_9_RC1 resulted with blank screens
Hi. updated _1_9_beta6 to _1_9_RC1 (by copying the _1_9_RC1 files to the TestLink directory on the web server). This resulted with blank screens when trying to web access http://testlink restart Apache did not solve the issue restart the entire server did not solve the issue. Copied _1_9_beta6 files...
- Mon Oct 18, 2010 9:16 pm
- Forum: TestLink 1.9
- Topic: Changing session timeout ?
- Replies: 2
- Views: 4655
Changing session timeout ?
Hi. Sessions on our TL are too short. I want to set the inactivity session timeout to 24 hours. Where do I set it ? Thanks, Zeevik. PS. I was looking at config.inc.php, there are few sessions params, but all are x00 (or more) of minutes which is much more than the current system behavior. Or is it r...
- Wed Oct 13, 2010 3:18 pm
- Forum: TestLink 1.9
- Topic: DB changes 1.9Beta6 to 1.9RC1 ?
- Replies: 2
- Views: 4087
DB changes 1.9Beta6 to 1.9RC1 ?
What are the DB changes required while updating 1.9Beta6 to 1.9RC1 ?
update finished successfully, but looks like some DB changes are needed
thanks,
Zeevik
update finished successfully, but looks like some DB changes are needed
thanks,
Zeevik
- Tue Aug 31, 2010 11:29 am
- Forum: XML-RPC API
- Topic: remote update of test execution results (and remote executio
- Replies: 4
- Views: 8666
Re: remote update of test execution results (and remote exec
Thanks. this was a great help. I posted out Java based XML-RPC integration example here http://www.teamst.org/forum/viewtopic.php?f=10&t=3462 Note for all others: The link[url]http://<server-ip>/testlink/lib/api/sample_clients/php/[/url] lists only PART of the possible functions. listing the fil...
- Tue Aug 31, 2010 11:25 am
- Forum: XML-RPC API
- Topic: Example: test exec result update from Java based automation
- Replies: 1
- Views: 6687
Example: test exec result update from Java based automation
Hi. We're using a Java based automation system - Jsystem (open source, by Aqua) - http://www.jsystemtest.org/ We wanted to integrate into the test automation system the ability to update a test case's result. Using Java XML-RPC jar (xml-rpc-clien-3.1.2.jar, xml-rpc-server-3.1.2.jar, xml-rpc-common-3...
- Sun Aug 29, 2010 11:11 am
- Forum: XML-RPC API
- Topic: remote update of test execution results (and remote executio
- Replies: 4
- Views: 8666
Re: remote update of test execution results (and remote exec
Does someone have any info on this issue ?
(before I start digging the code
)
Thanks,
Zeevik.
(before I start digging the code

Thanks,
Zeevik.