Field: Failed

Description

An index for script executions with a status of Failed.

For scripts with a status of failed, this value will be 1, and for all other outcomes the value will be 0.

For automated tests, this will be the count of failures in the last imported result file.

Examples

All scripts and automated tests that have failures:

Failed >= 1

A sum of all failures by script/automated test type (only for failed scripts/automated tests):

GROUP BY Type { Sum(Failed) } WHERE Failed >= 1

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