If a script causes an error, TC will either terminate the test run or just go on, depending on the "stop on error" option. In both cases, trying to find the cause of the error is very time consuming...
provide "break on error" option
Manfred_F
8 years agoRegular Contributor
OK.
How would I configure the System to automatically call Runner.Pause in case a runtime error occurs?
As an example, take a typo in a script: a variable Name is misspelled.
What do I have to do to have Runner.Pause called instead of showing up the error Dialog?