provide "break on error" option
Status:
Implemented
Submitted by
Manfred_F
on
03-15-2016
02:49 AM
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: You have to re-run the test and set a breakpoint there.
I'd propose a "break on error" option, which behaves as if I had set a breakpoint in the errorneous line.
TC shall execute the line, monitor the error, and give me the chance to work with the debugger: evaluate expressions, re-run statements and so on
7 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.