Forum Discussion

DenisLo's avatar
14 years ago

TestRunner shouldn't stop on a step with assertions fail

Guys,

I have a series of Steps in my Test Case, each step has several assertions. If one of these assertions fails - TestRunner stops with a fail and does not proceed to the next Step. -I parameter does not help here.

Can anybody recommend how to avoid this and make TestRunner run all the Steps irrespective of assertions fail or success (I would like to parse report files after full run)?

Thanks!

1 Reply

  • Jasper175's avatar
    Jasper175
    Frequent Contributor
    1. Open the TestCase Editor
    2. Click on the TestCase options icon (wrench & screwdriver)
    3. Uncheck "Fail on error"

    Do this for all TestCase's you want to keep running regardless of API failure

    Rob