kaiiii
5 years agoRegular Contributor
Alerternative of Runner.Stop
When I am executing test Items. In that condition few test cases have Runner.Stop after an error come.
Like there are 1 to 10 scripts in test item and no2 have condition where an error comes and due to this we can not land on next page so we put after this Runner.Stop.
But due to this whole execution stops and further items in test item does'nt execute.
Is there any specific method that will stop only that item execution and continue for further.
Runner.Stop(true) ?