Field: HasCoverage
Description
Has Coverage is a reference field for requirements. It is "True" when one or more script or automated test is directly associated to it.
Allowable Values
- True
- False
- Yes
- No
Examples
To find all requirements in a project that have coverage:
Project= "Project Name" AND HasCoverage=True
If you want a count of all requirements in a project that have coverage and those that do not have coverage:
Group BY HasCoverage { Count } WHERE EntityType = Requirement and Project = 'Project Name'
Supported Operators
Supported Indexes
Supported Types
- Requirement
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |