Field: ProvidesCoverage

Description

Provides Coverage is a reference field for scripts and automated tests. It is "True" when it covers one or more requirements via a script-to-requirement or automatedtest-to-requirement reference.

Allowable Values

  • True
  • False
  • Yes
  • No

Examples

Script or automated tests that provide coverage:

ProvidesCoverage = True

Automated tests that provide coverage and have results imported in the last week:

EntityType = Test AND ProvidesCoverage = Yes AND ImportedAt >= "-1 week"

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity

Supported Types

  • AgileRun
  • AutomatedTest
  • TestScript

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels