![]() |
The manual testing functionality is deprecated but still available in TestComplete. While we recommend using other approaches for new tests, you can continue to create and run manual tests if needed.. |
The ManualTesting object contains the following methods:
Method List
Name | Description |
---|---|
CanResume |
Verifies whether a manual test has enough information to resume the previously started test. |
ClearResumeInfo |
Deletes the state information of the manual test. |
GetStepInfo |
Provides information about a manual testing step. |
Resume |
Resumes a suspended manual test from the step where it was interrupted. |
Start |
Starts the manual test. |
Suspend |
Stores information about the current state of the manual test in order to resume it later. |