Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best free test tracking software? [closed]

Tags:

I'm not talking about bug tracking software (like Bugzilla or Jira). I'm looking for something that:

  1. Stores test specifications in text format
  2. Combines test specs into test coverage scenarios
  3. Keeps track of the progress through testing scenarios
  4. Links test specs with bug reports stored in Bugzilla
  5. Generates progress reports
  6. Is centrally managed on its own (i.e. is not a hack/extension on top of something else)
like image 400
Antonis Lamnatos Avatar asked Sep 15 '08 12:09

Antonis Lamnatos


1 Answers

TestLink is a pretty nice open source test tracking tool with the features you need, and is still under active development. Take a look at http://testlink.org/

like image 135
gareth_bowles Avatar answered Oct 13 '22 21:10

gareth_bowles