Hi Margaret,
thanks for your reply, but I am not sure if I understood it all correctly.
My intention is to change the currently used Runner.Stop(false) in some of my script extensions into
Runner.Stop(true) and am not sure if I will not mix up things in my
tests.
I got 2 sorts of Projects.
- Projects that have StopOnError = true
- Projects that have StopOnError = false
If I now change to Runner.Stop(true), will ...
- ... in case 1. the test still completely stop and NOT go to the next testitem?
- ... in case 2. the test stop this testitem and continue with the next testitem?
Thanks for your help,
Joachim