ReqType object

A ReqType object represents a requirement type.

You get a reference to ReqType from Req.RequirementType.

Public properties

This object supports the following properties.

Property R/W Type Description

HasDirectCoverage

R Boolean

Indicates if this requirement type supports direct coverage by tests or test instances.

ID

R Number

The requirement type ID.

Name

R String

The name of the requirement type.

RiskAnalysisType

R String

The type of risk analysis that is applicable to this requirement.

Back to top