Forum Discussion

fazlook's avatar
fazlook
Frequent Contributor
5 years ago
Solved

How to stop execution of the rest of my test items if one test fails

I run test complete 12.6.

Say I have a project with 4 test suites & I start executing all of them.

 

Suite#1 has 15 tests.

 

Say test Item 3 fails, how do I stop the execution of the rest of 12 tests if number 3 fails ? then continue with Suite#2,3,4

 

Thank you

  • Hi
    Need to uncheck "Stop on error" option in the project's settings

     

    select "Project" item in "Stop on error" combobox for all tests

     

    uncheck "Stop on error" option in the suite's settings

     

7 Replies

  • IStaroverov's avatar
    IStaroverov
    SmartBear Alumni (Retired)

    Hi
    Need to uncheck "Stop on error" option in the project's settings

     

    select "Project" item in "Stop on error" combobox for all tests

     

    uncheck "Stop on error" option in the suite's settings

     

    • fazlook's avatar
      fazlook
      Frequent Contributor

      Thank you :) How do you get to the last screenshot ? 

       

      Also, If I need to leave few test items out - Can I keep the test item under Stop On Error ?

       

      • IStaroverov's avatar
        IStaroverov
        SmartBear Alumni (Retired)

        1. Need to click on Project Suite

         

         

        and select "Test Items" tab

         

        2. If you select "Test Item" item in "Stop on error", other Test items in project will be executed.