Forum Discussion

adam10973's avatar
adam10973
New Contributor
8 years ago
Solved

Make testrunner run all test steps despite failure?

Is it possible to make testrunnter.bat run all test steps in a test case even if one fails? Currently, it's stopping after a failure. I've tried option -I with no luck.

  • Have you investigated the TestCase options? In particular the two options:

     

    • Abort on Error
    • Fail Test Case on Error

    You may find adjusting these two will suit your needs.

     

    Note: You can also set defaults for these settings in the main preferences, but from reading the documentation, this is just the defaults for newly created test cases, it will not update pre-existing test cases.

     

     

3 Replies

  • Radford's avatar
    Radford
    Super Contributor

    Have you investigated the TestCase options? In particular the two options:

     

    • Abort on Error
    • Fail Test Case on Error

    You may find adjusting these two will suit your needs.

     

    Note: You can also set defaults for these settings in the main preferences, but from reading the documentation, this is just the defaults for newly created test cases, it will not update pre-existing test cases.

     

     

    • adam10973's avatar
      adam10973
      New Contributor

      That's exactly what I was looking for -- thank you!

    • ddineesh's avatar
      ddineesh
      New Contributor

      This solution works fine for me. Thanks.