Field: Failed

Description

An index for test script assignments, automated test assignments and agile runs with a status of failed.

For test script assignments and agile runs with a status of failed, this value will be 1, and for all other outcomes the value will be 0.

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

Examples

All test script assignments,automated test assignments and agile runs 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