Versions Compared

Key

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

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:

Code Block
languagenone
RequirementsCount IN [3,5]

All scripts with a requirements count of exactly 2:

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