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.

Comments

  1. I don't know the name of our current product, but we are currently evaluating TestRail (http://www.gurock.com/testrail/) with Jira integration.

    ReplyDelete
  2. I am writing framework-independent tests and integrate them with DUnit in Delphi and FPCUnit in Lazarus.

    ReplyDelete
  3. It depends on what is being tested. Different tools for different jobs. What works in one setting may be useless in another.

    ReplyDelete
  4. 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

    ReplyDelete
  5. Lars Fosdal​ Zephyr is the tool we currently use.

    ReplyDelete
  6. Martin Wienold But you want to switch away?  Why? Price or function?

    ReplyDelete
  7. 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.

    ReplyDelete
  8. We're in the need for something similar.

    ReplyDelete
  9. 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.

    ReplyDelete
  10. That sounds like a show stopper, since we rotate test tasks a bit.

    ReplyDelete
  11. Lars Fosdal Just don't take my word for it, evaluate it and test your usecases.

    ReplyDelete
  12. We've had success with Continua CI with embedded FinalBuilder project for Delphi builds and running automated tests.

    ReplyDelete
  13. 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.

    ReplyDelete
  14. We are already using Continua CI + FinalBuilder and DUnitX. As Martin says, this is primarily for the tests that can't easily be automated.

    ReplyDelete
  15. 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.

    ReplyDelete
  16. As said above, different tool for different stuff. This is one I had to write myself:
    http://www.dany.se/archives/131

    ReplyDelete

Post a Comment