vlscfc
10 years agoNew Contributor
Test Complete Pause Function
Does the Test Complete Pause function allow input/output interaction with the application under test GUI while in Pause? The documentation says it enters Debug-mode, but I'm wondering if this functionn could be used to stop the script and allow a user to take over testing for awhile, then resume the automated script once they have done some actions. Is that possible?
Yes it is possible. You can call the pause programmatically with Runner.Pause as well.