ALM Open Test Architecture API Type Library Version 12.55
TestExecStatus Object
Members
Collapse All
Expand All
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
Message
The test execution message displayed in the Execution Controller grid.
Status
The test execution status.
TestId
The test ID.
TestInstance
The number of this instance of the design test in the test set.
TSTestId
The ID of the test instance for the current run.
See Also
TestExecStatus Members