Field: Blocked

Description

An index for script & automated test result executions with a status of Blocked.

For any script assignment where the last run had an outcome of Blocked, this field will have a value of 1, otherwise it will have a value of 0.

For automated tests this value corresponds to the number of results in the last imported result set where the status of the result was Blocked, use of the "Blocked" status depends on the automated testing tool being used (most tools do not support a status of Blocked because it is a term usually associated with manual testing).

This (along with the other Status count fields) are useful when constructing Aggregation queries, where you wish to sum the number of blocked statuses across both manual and automated tests.

Examples

Scripts that have a blocked status or any automated tests which have one or more blocked results:

Blocked > 0

See Also

Supported Operators

=, <, >, <=, >=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels