Status Property
Description
The run 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 run is never executed.
  • NOT_COMPLETED - Execution of the run has not been completed.
  • FAILED - The run failed during test execution.
  • PASSED - The run passed during test execution.
  • N/A - The execution status for the run is not available.

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

One way of using your custom status is to set the status in a Workflow script.   For more information, see 'Setting up the ALM Workflow' in the Administrator Guide.

See Also