Field: HasRequirements
Description
Has Requirements is a reference field for automated tests, scripts and requirements. It is "True" when a script or requirement is associated with one or more requirements (directly or indirectly).
Allowable values
Examples
To find all requirements and scripts associated to requirements (directly or indirectly):
| Code Block |
|---|
|
HasRequirements = True
|
To find all automated tests that have associated requirements of type 'QTP':
| Code Block |
|---|
|
HasRequirements = Yes AND Type = 'QTP' AND EntityType = Test
|
Supported Operators
=, !=, IS, IS NOT
Supported Indexes
Entity
Supported Types
- AgileRun
- AutomatedTest
- Requirement
- TestScript
Supported Features
| Feature | Supported? |
|---|
| Aggregation | No |
| Sortable | Yes |
| Sub-selects | No |