Forum Discussion

guoguo's avatar
guoguo
Contributor
9 years ago

How to go to the next test when one of the planned tests is stopped with error

Hi all,

 

We want to execute a set of tests by using TestExecute 11.10. For example, we have 6 tests. We wrote a python script and write the testexecute command to run these tests one by one.

 

We found the first one is stopped after it found an error. Therefore, the other five are not tested at all. Is there any way to close the browser then go to the next test?

 

 

Regards,

Jie

 

 

2 Replies

  • Hi,

     

    Go to your Project Suite. It Displays all your projects, in this Panel you can uncheck all the checkbox under "Stop On Error". If you do that then the next project will automatically execute if  previous one failed FYI see the screen shot

    TestSuite.PNG

     

    For Closing the browser you may follow the following

    Each test should have Terminate operation at Start and End of the Test

    because If first Test failed due to error then the second test Terminate the Browser and start the application again

    It may helpful :)

     

    Thanks,

    Kamal

    • guoguo's avatar
      guoguo
      Contributor

      Hi,

       

      Thank you very much! I will have a try.

       

      Regards,

      Jie