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
Supported Types
- AgileRun
- AutomatedTestAssignment
- AutomatedTestRun
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (Int32) |
Sortable | Yes |
Sub-selects | No |