Field: Iterations

Description

Iterations is a reference field for automated test runs that iterate through a set of steps more then once. The Iterations field allows you to query on automated script runs based on the iteration counts.

Examples

All automated test results that include 2 or more iterations:

Iterations >= 2

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