ALM Open Test Architecture API Type Library Version 12.55
TestExecStatus Object
Members 
Description
Represents the execution status of the test currently running.
Remarks
This object contains properties only for the test currently running. The TSScheduler ExecutionStatus Property is a reference to an ExecutionStatus object for the whole running session. Iterate through the ExecutionStatus object to get the test execution status for each test, or use the ExecutionStatus.Item Property.
Public Properties
Public Property MessageThe test execution message displayed in the Execution Controller grid.
Public Property StatusThe test execution status.
Public Property TestIdThe test ID.
Public Property TestInstanceThe number of this instance of the design test in the test set.
Public Property TSTestIdThe ID of the test instance for the current run.
See Also

TestExecStatus Members