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