Forum Discussion

vlscfc's avatar
vlscfc
New Contributor
10 years ago
Solved

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.

2 Replies

  • Ryan_Moran's avatar
    Ryan_Moran
    Valued Contributor

    Yes it is possible. You can call the pause programmatically with Runner.Pause as well.

  • Have a look at Manual Testing in TC.

    This functionality allows not only suspend automated script but provide tester with instructions and log manual test(s) outcome.