Forum Discussion
nebti_nassim
11 years agoOccasional Contributor
Does your specific error can happen in one case of test or more than this ? If you want to stop on a specific error that could happen at a specific point of your test, you could use a Try/Catch statement. When your error will happen, then in the Catch, test if the error catched is the right one then stop the execution of the test if it is and log the error.
Hope that can help you, and sorry for my bad english,
Hope that can help you, and sorry for my bad english,