adam10973
9 years agoNew Contributor
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.