pause playback with TestExecute
Hi,
I really need to pause playback with TestExecute.
I need to let the robot play a certain amount of steps, which I really don't want to make manualy. But at a moment I want to pause, launch the delphi IDE and let the robot continue playback but in debug.
I tried Runner.Pause and BuiltIn.ShowMessage('test') but none of thoses seems to work with TestExecute.
It's a real pain to manage this because our configurations are quite complicated.
Anyone has an idea please ?
Thank you,
Mehdi
The intention of TestExecute is to run unattended, therefore it doesn't have any functionality for user interaction.... with the exception of UserForms.
so.... Try adding a UserForm at the point where you want to halt, make it modal where the tests don't continue until you manually click OK on it.