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