testing - What is the best free test tracking software? -


i'm not talking bug tracking software (like bugzilla or jira). i'm looking that:

  1. stores test specifications in text format
  2. combines test specs test coverage scenarios
  3. keeps track of progress through testing scenarios
  4. links test specs bug reports stored in bugzilla
  5. generates progress reports
  6. is centrally managed on own (i.e. not hack/extension on top of else)

testlink pretty nice open source test tracking tool features need, , still under active development. take @ http://testlink.org/


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -