Search found 16 matches
- Thu Sep 29, 2016 6:34 am
- Forum: General Testing and Test management
- Topic: TestLink Jenkins issue
- Replies: 0
- Views: 7299
TestLink Jenkins issue
Hi all, I have been using TestLink together with Jenkins for years now. Currently I am using TestLink 1.9.13 with Jenkins 2.20 and TestLink Plugin 3.12 Since a few weeks the following error started happening when a jenkins job tries to do something with TestLink: 02:05:02 FATAL: Error retrieving tes...
- Mon Jul 27, 2015 9:17 am
- Forum: XML-RPC API
- Topic: Incorrect Execution Results reported in Testlink from Jenkin
- Replies: 4
- Views: 12915
Re: Incorrect Execution Results reported in Testlink from Je
You could post the xml on Pastebin or try adding it by creating an issue on the TestLink Mantis Issue Tracker.
- Mon Jul 06, 2015 8:20 pm
- Forum: Installation and configuration
- Topic: TestLink tutorial series
- Replies: 5
- Views: 10229
Re: TestLink tutorial series
Added a small tutorial on how to use Mantis with TestLink: http://www.theskyway.net/en/testlink-iv/
- Sun Jun 21, 2015 10:38 am
- Forum: Installation and configuration
- Topic: TestLink tutorial series
- Replies: 5
- Views: 10229
Re: TestLink tutorial series
Here's a new entry in the tutorial series. It's a long one as it explains the entire setup to have Jenkins execute Test Plans configured in TestLink and push the results back.
http://www.theskyway.net/en/testlink-iii/
http://www.theskyway.net/en/testlink-iii/
- Mon Jun 15, 2015 8:31 pm
- Forum: TestLink 1.9
- Topic: Delta of Requirements in Test Plan and All Requirements
- Replies: 2
- Views: 5307
Re: Delta of Requirements in Test Plan and All Requirements
I'll throw it on GitHub some other time, meanwhile here's the code on Pastebin: http://pastebin.com/vuycrLMM It's quickly whipped together so please don't mind the dirtyness of the code. It's also not 100% watertight as it seems I have a couple of requirements it says are not in the test plan when, ...
- Sat Jun 13, 2015 8:32 pm
- Forum: TestLink 1.9
- Topic: Delta of Requirements in Test Plan and All Requirements
- Replies: 2
- Views: 5307
Delta of Requirements in Test Plan and All Requirements
Hi, At my project we have a Test Plan for an upcoming SDK release. We're using the Requirements-based report to see which requirements are being tested. Is there a way to quickly see if a requirements is being checked or "active" in a test plan? What we wanted was a list of requirements th...
- Tue Jun 02, 2015 5:58 pm
- Forum: Installation and configuration
- Topic: TestLink tutorial series
- Replies: 5
- Views: 10229
Re: TestLink tutorial series
You're very much welcome, I'm also preparing to give a presentation on the integration I did at my project at work combining TestLink, Jenkins and the company's proprietary testing framework for everyone in the company as well as my parent company. I've shown TestLink to our senior QA guy and he was...
- Mon Jun 01, 2015 5:41 pm
- Forum: Installation and configuration
- Topic: TestLink tutorial series
- Replies: 5
- Views: 10229
TestLink tutorial series
Hi, I'm currently in the process of writing up some small blog posts explaining some steps to take for each part of TestLink (or at least the parts I use the most). I'd love your feedback on these: Part I - http://www.theskyway.net/en/testlink-tutorial-pt-i/ Part II - http://www.theskyway.net/en/tes...
- Tue May 19, 2015 1:29 pm
- Forum: TestLink 1.9
- Topic: Adding requirements to Test Plan
- Replies: 2
- Views: 4636
Re: Adding requirements to Test Plan
1. I was just curious, you don't have to be so defensive o_O 2. It wasn't an official feature request, just something I wanted to discuss with people on the forum, again you don't need to be so jumpy about this.. 3. That's unfortunate, luckily the workaround does the job well enough for now. 4. I'm ...
- Mon May 18, 2015 7:10 am
- Forum: TestLink 1.9
- Topic: Make Backup Testling
- Replies: 1
- Views: 4395
Re: Make Backup Testling
You can do a database dump to an sql file with a cron job, that's how I'm doing it.
1. Dump MySQL database to sql file
2. Compress sql file to zip, tar, ...
3. Delete sql file
1. Dump MySQL database to sql file
2. Compress sql file to zip, tar, ...
3. Delete sql file
- Mon May 18, 2015 7:08 am
- Forum: TestLink 1.9
- Topic: Adding requirements to Test Plan
- Replies: 2
- Views: 4636
Adding requirements to Test Plan
Could anyone explain the design decision to only link test cases to a test plan? I would expect you to be able to link requirements to a test plan as that would clearly define what is expected to be tested. Currently only the requirements that are linked to active test cases show up, if you forgot t...
- Thu Mar 26, 2015 8:30 am
- Forum: TestLink 1.9
- Topic: Requirements based Report question
- Replies: 5
- Views: 7683
Re: Requirements based Report question
OK, upgrading to 1.9.13 resolves my issues. Thanks ^^
- Thu Mar 26, 2015 7:47 am
- Forum: TestLink 1.9
- Topic: Requirements based Report question
- Replies: 5
- Views: 7683
Re: Requirements based Report question
I noticed that indeed in the Test Execution section the current build is set to whatever build is selected on the left, however this is not the case in the requirement based report. I have no idea based on what criterium the "current build" value is selected nor where I can change this. An...
- Tue Mar 24, 2015 8:34 am
- Forum: TestLink 1.9
- Topic: Requirements based Report question
- Replies: 5
- Views: 7683
Re: Requirements based Report question
You're talking about the 'assign test execution' section which is not what my issue is about unfortunately. Is there a way to have the "Requirements based Report" use the test results of "any build" instead of the "current build" that was assigned in the execution featu...
- Thu Mar 19, 2015 10:43 am
- Forum: TestLink 1.9
- Topic: Requirements based Report question
- Replies: 5
- Views: 7683
Requirements based Report question
TestLink 1.9.12 GaGa and the twins + MySQL 1. Generate "Requirements based Report" 2. Click on "Text execution" for any testcase in the list 3. Make sure you're in the "Show latest execution" view of the popup 4. You see "Latest execution (any build)" and &quo...