You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field: ScriptStepCount

Description

ScriptStepCount is a calculated field that provides the total steps a script has. This field is useful when looking for scripts with a total number of steps that fall within a range.

Examples

To find all scripts with 30 steps or more:

Project = Test AND ScriptStepCount >= 30

Supported Operators

=, <, >, <=, >=, IN, !=, NOT IN

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • ScriptRun
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels