Ravik
11 years agoSuper Contributor
How can stop Test Script Execution on a specific error occurs
Hi Guys,
I want to stop Test Script execution when a specific error occurs.
Currently I am Using "On Error Resume Next" method its ignore all type of error and move on next step. but I want to stop test Execution on a Specific error (I also want to skip some error while appearing at execution time).
Some time its very difficult to check all those specified conditions.
is there any generic function is available.
I want to stop Test Script execution when a specific error occurs.
Currently I am Using "On Error Resume Next" method its ignore all type of error and move on next step. but I want to stop test Execution on a Specific error (I also want to skip some error while appearing at execution time).
Some time its very difficult to check all those specified conditions.
is there any generic function is available.