Status Property
Description
The test set status.
Property type
Read-write property
Syntax
Visual Basic
Public Property Status As String
Remarks

The status is a value from the project Status list :

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

You can create user-defined statuses by customizing the Status list.  For more information, see 'Customizing Project Lists' in the ALM Administrator Guide.

See Also