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

=, IN, !=, NOT IN

Supported Indexes

Entity

Supported Types

  • Requirement

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels