Field: Passed

Description

An index for script executions with a status of Passed.

For script assignments this field will have a value of 1, if the script's status is "Passed", otherwise it will have a value of 0.

For automated tests, thsi field will be the count of results with a status of "passed" from the last imported result file.

Examples

Scripts & Automated tests have passed/have at least one passed result:

Passed > 0

Sum of all passes and failures for a project named 'Project X':

SUM(Passed) AS "Passes", 
SUM(Failed) AS "Failures" 
WHERE Project = 'Project X'

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