Description
The IntegrationResultDescription
object provides information about results of the last executed test (the object provides information for the test that was finished, not for the test that is running). To obtain the object, connect to TestComplete via COM and use the GetLastResultDescription
method of the TestComplete Integration
object. For more information, see Working With TestComplete via COM.
Members
Example
To view an example that demonstrates how to use the IntegrationResultDescription
object, see the Working With TestComplete via COM - Overview help topic.
See Also
GetLastResultDescription Method
Integration Object
Integration.Integration.ExportResults
Working With TestComplete via COM - Overview