Runner.Stop(true) stops all tests, not just the current test
Hi I am using test complete 9 I have two simple tests: function test1() { Log.Message("Executing test1"); } function test2() { Log.Message("Executing test2"); ...
I have the same problem. I don't use Test Items to drive the test suite, instead use Runner.CallMethod() to invoke each test case. In this case, how can I set StopOnError for all test cases?