Test case management tools

Test case management tools

What tools do you use for creating and managing tests and executing them? I’m not thinking of DUnit/X – but manual, hands on tests, although integrating with automated testing would be a bonus.

18 thoughts on “Test case management tools


  1. TestRail is a candidate, we are also taking a look at Zephyr. Martin Wienold


    The intent is for writing test cases for our GUI apps i.e. going through the hundreds of typical operations that the end user will do.


    Edit:


    Also, the execution of the test plan should allow for registering defects – i.e. a failed test.


    We are most keen on using a tool that integrates well with Jira.


    https://confluence.atlassian.com/display/JIRAKB/Integrate+JIRA+With+A+Test+Case+Manager


  2. Lars Fosdal I’m not sure, I think it is missing a function or it is not easy to use with one of our usecases.


    I would have to ask our QA Manager to be more specific.


  3. Lars Fosdal I just asked our qa manager, there were a few reasons why he was net very happy with Zephyr.


    According to him, one can not assign a test case to another person.


  4. Rick Wheeler I think Lars Fosdal is seeking a tool where one can define usecases for an application. It’s not for unit or integration tests but a checklist like test done by the QA to the whole product.


    Take a look at the TestRail link I posted above, there are a few examples.


  5. I’m using fitnesse, using the webservice plugin. I build a soap-service for the public interfaces I want to test.


    It’s a wiki/test framework build by uncle bob.

Leave a Reply