Description
Use the Status
property to determine the test run, to whose results IntegrationResultDescription provides access, was successful or not.
Declaration
IntegrationResultDescriptionObj.Status
Read-Only Property | One of the TC_LOG_STATUS enumeration members |
IntegrationResultDescriptionObj | An expression, variable or parameter that specifies a reference to an IntegrationResultDescription object |
Applies To
The property is applied to the following object:
Property Value
The property returns one of the following constants defined by the TC_LOG_STATUS
enumeration:
Constant | Value | Description |
---|---|---|
lsOK |
0 | The test was executed successfully. Neither error, nor warning messages were posted to the test log. |
lsWarning |
1 | Warning messages were posted to the test log. |
lsError |
2 | Error messages were posted to the test log. |
Example
To view an example that demonstrates how to use the Status
property, see the Working With TestComplete via COM - Overview help topic.
See Also
ErrorCount Property
WarningCount Property
IsTestCompleted Property
LogFileName Property
TestType Property
NameOfRootLog Property
Working With TestComplete via COM - Overview