jsc
14 years agoRegular Contributor
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...
- 14 years agoHi Joachim,
To stop the current test item and proceed to the next one, you can use Runner.Stop(true).