Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
languagenone
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