Forum Discussion

Michael_Colclou's avatar
Michael_Colclou
Occasional Contributor
12 years ago

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"); ...