Forum Discussion

jsc's avatar
jsc
Regular Contributor
14 years ago
Solved

manually firing events

Hi all, I want to create a function that just terminates the execution of the current testitem and moves on with the next one. This is needed if something in the test goes badly wrong and t...
  • HKosova's avatar
    14 years ago
    Hi Joachim,



    To stop the current test item and proceed to the next one, you can use Runner.Stop(true).