How to run an extra test, when an error occurs in an execution plan?
I need to run a specific test any time I get an error in the execution plan. Do I use an even listener(onLogError) or an IF statement? Is there a way to do this just in keyword tests?