Search found 15 matches
- Fri Oct 12, 2012 1:00 pm
- Forum: TestLink 1.9
- Topic: List of Failed cases based on their last execution
- Replies: 5
- Views: 7091
Re: List of Failed cases based on their last execution
You've made your position clear in the bug. That's why I didn't try to re-open it or file a new bug. But our QA team needs a report that shows the details of tests that failed on the last execution. The Test Result Matrix report is VERY useful and I use it very frequently, but it doesn't show all th...
- Thu Oct 11, 2012 10:32 pm
- Forum: TestLink 1.9
- Topic: List of Failed cases based on their last execution
- Replies: 5
- Views: 7091
Re: List of Failed cases based on their last execution
I think this is a bug. I filed http://mantis.testlink.org/view.php?id=5263 but it was closed as "no change required" (its supposed to work that way). Well, 1.8.5 didn't work that way, and its pretty useless the way it is. I found what I think is the correct fix but mind you I'm on 1.9.3 so...
- Fri Aug 10, 2012 6:58 pm
- Forum: XML-RPC API
- Topic: Assigning testers to TCs
- Replies: 2
- Views: 6936
Re: Assigning testers to TCs
Just linking this Mantis issue although its in Perl its probably a good start (its what I'll start with). http://mantis.testlink.org/view.php?id=5082 Note that this is important because of this issue (unassigned tests cases don't appear in Overall Build Status) http://mantis.testlink.org/view.php?id...
- Wed Aug 08, 2012 4:53 pm
- Forum: Installation and configuration
- Topic: Migration of attachments 1.8.5 to 1.9.3
- Replies: 1
- Views: 3409
Migration of attachments 1.8.5 to 1.9.3
Do I have to copy the whole upload_area from the 1.8.5 directory to the new 1.9.3 directory after I've completed the upgrade? The upgrade didn't prompt for the path of the attachments in the previous version so I don't think it's supposed to copy them. If I installed on top of the 1.8.5 directory th...
- Fri Aug 20, 2010 11:01 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Testlink not showing IDs of test cases
- Replies: 5
- Views: 7682
Re: Testlink not showing IDs of test cases
IMHO the upgrade from 1.7.x to 1.8.5 should have done this..
- Fri Aug 20, 2010 11:00 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Testlink not showing IDs of test cases
- Replies: 5
- Views: 7682
Re: Testlink not showing IDs of test cases
Here's what I just did after upgrade and it seems to work good; update tcversions set tc_external_id=id; update testprojects set tc_counter=(select max(id) from tcversions); so while new test case external ids are monotic inside test project, the sql commands above will just set the external id to b...
- Thu Aug 19, 2010 10:11 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Hack to use Apache authentication
- Replies: 3
- Views: 17218
Hack to use Apache authentication
There may be an easier way to do this but my company has our wiki and other web apps (including TestLink) on an Apache server that has its own authentication (I think its basic authentication but changing soon to LDAP). So we don't want to have another login to TestLink or have to manage another pas...
- Thu Aug 19, 2010 7:20 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Import Test Results with external ID
- Replies: 3
- Views: 7465
Re: Import Test Results with external ID
If this <external_id> is going into tcversions.tc_external_id the problem is that its an integer "int(10) unsigned" field. I'm confused by the tcversions.tc_external_id too which I think is what the xml is referring too? I found bug http://mantis.testlink.org/view.php?id=3653 but it doesn'...
- Tue Jul 27, 2010 4:48 pm
- Forum: TestLink 1.9
- Topic: Test steps
- Replies: 16
- Views: 20556
Re: Test steps
The good news is that the settings to turn off the WSIWYG editors were very simple; $tlCfg->gui->text_editor['all'] = array( 'type' => 'none'); The bad news is, test case creation is still much slower than it used to be (and nobody is thrilled with the performance of our current version). Part of th...
- Tue Jul 27, 2010 4:40 pm
- Forum: TestLink 1.9
- Topic: Test steps
- Replies: 16
- Views: 20556
Re: Test steps
I have to give this change to test creation a thumbs down. I've been using TestLink for almost 4 years now and manage our TestLink and the upgrades of it for my company. We've been waiting for 1.9 to be released for the Platform Management feature and xmlrpc functionality. But I'm afraid when the re...
- Mon Feb 15, 2010 11:28 pm
- Forum: TestLink 1.9
- Topic: Multiple executions of the same test case
- Replies: 1
- Views: 4291
- Fri Feb 16, 2007 8:22 pm
- Forum: TestLink 1.6 (closed)
- Topic: Multi-line imports using csv
- Replies: 2
- Views: 6536
You can put carrage returns in your Excel files using Alt+Enter while editing a cell. We do this often for the Test Steps and Expected Results. You can save this Excel to csv with these embedded CRs just fine. But they don't get converted properly on import into TestLink. In version 1.6.3 of TestLin...
- Fri Feb 16, 2007 8:08 pm
- Forum: TestLink 1.6 (closed)
- Topic: Help with import; creating duplicate components.
- Replies: 3
- Views: 6777
- Fri Feb 16, 2007 8:07 pm
- Forum: TestLink 1.7 (Closed)
- Topic: Export Test Case function
- Replies: 2
- Views: 4736
- Fri Feb 09, 2007 11:47 pm
- Forum: TestLink 1.6 (closed)
- Topic: Database schema docs.
- Replies: 2
- Views: 11507
Doesn't look like you got a response on this one. I have a bookmark saved to this doc http://testlink.sourceforge.net/docs/docs/print.php which has a schema diagram but I think it may be old and out of date. Even having a (possibly out-of-date) schema diagram, a description explaining what the speci...