Description
Use the Halt
method to stop the current test run. The method posts an error message with the specified text to the test log.
Declaration
IntegrationObj.Halt(ErrorString)
IntegrationObj | An expression, variable or parameter that specifies a reference to an Integration object | |||
ErrorString | [in] | Required | String | |
Result | None |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
ErrorString
Specifies the text of the error message to be posted to the test log.
Result Value
None.
See Also
Working With TestComplete via COM - Overview
Stop Method
RunProjectSuite Method
RunProject Method
RunProjectItem Method
RunProjectTestItem Method
RunRoutine Method
RunRoutineEx Method