Forum Discussion

i404's avatar
i404
Contributor
14 years ago

How to get test carry on when TestItem failed?

Hi Guys,



I have a few ProjectTestItem a project and what I like to do is to run all the TestItems that I have assigned. At the moment this is not possible because as soon as there is one TestItem failed, then it will stopped and return to Test Log/report.



Thanks in advanced.



Regards

Ian
  • Hi Ian,



    You can achieve this in this way:

    * Go to Tools > Current Project Properties > Playback and disable Stop on error.

    * In the test items editor, set the Stop on error option of all test items to None (if this column is hidden, open Field Chooser and drag this column into the view).

    Go through Stopping Tests on Errors and Exceptions for details.