Field: HasCoverage
Description
Has Coverage is a reference field for requirements. It is "True" when one or more scripts or automated tests are directly associated to it.
Allowable values
Examples
To find all requirements in a project that have coverage:
| Code Block |
|---|
|
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:
| Code Block |
|---|
|
Group BY HasCoverage { Count } WHERE EntityType = Requirement and Project = 'Project Name'
|
Supported Operators
=, IN, !=, NOT IN
Supported Indexes
Entity
Supported Types
Supported Features
| Feature | Supported? |
|---|
| Aggregation | Yes (String) |
| Sortable | Yes |
| Sub-selects | No |