Field: RequirementsCount

Description

The RequirementsCount field is a calculated field that returns all the test scripts and requirements within the parameters specified.

Examples

All scripts and automated tests with between 3 and 5 associated requirements each:

RequirementsCount IN [3,5]

All scripts with a requirements count of exactly 2:

EntityType = Script AND RequirementsCount = 2

Supported Operators

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

Supported Indexes

Entity

Supported Types

  • AgileRun
  • AutomatedTest
  • Requirement
  • TestScript

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels