Hello, Following is the case - Script unit1 has following three tests function demo1() { some code...... } function demo2() { some code...... } function de...
Since it looks like you're using JScript, I would recommend using try/catch/finally logic to capture those errors and "clean up" the functions so that you can move on to the next test.