Status Property
Description
The test instance's execution status.
Property type
Read-write property
Syntax
Visual Basic
Public Property Status As String
Remarks

 Common values of the Status list are:

  • NO_RUN - Default. The instance was never executed.
  • NOT_COMPLETED - Execution of the test instance has not been completed.
  • FAILED - The test instance failed during test execution.
  • PASSED - The test instance passed during test execution.
  • N/A - The execution status is not available.

You can also add a user-defined status. For more information, see 'Customizing Project Lists' in the ALM Administrator Guide.

If the status is changed from an OTA application, a Run is created automatically. The status of the new run is the same as the new TSTest status.

See Also