Hi,
1) if called with the parameter "true" will the execution jump to the next keyword test item or the next TestComplete project?
|
If the CurrentTestOnly parameter is set to True, the test engine will stop the execution of the current test item and will start executing the next test item.
2) if I turned on "StopOnError" in some of the projects, will Runner.Stop(true) stop the test run or jump forward?
|
When you call the Runner.Stop method, the StopOnError event is generated. So, you can use the StopOnError option instead of using the Runner.Stop method when an error occurs. In both cases, the test will stop when an error occurs.