HP ALM Database Reference
td.CONFIGURATION_COVERAGE Table

Description

An associative table linking requirement coverage by a Test to the Test Configurations that cover the requirement.

Remarks

A record of this table links a REQ_COVER record to a TEST_CONFIGS record. The REQ_COVER record links a Test to a Requirement. Therefore, the association of a requirement to the Test Configurations that cover it is given by:

REQ - REQ_COVER - CONFIGURATION_COVERAGE - TEST_CONFIGS

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key CNC_IDThe record ID.int4  
 CNC_REQ_COVER_IDThe ID of the requirement coverage (REQ_COVER).int4  
 CNC_CONFIGURATION_IDThe ID of a covering configuration(TEST_CONFIGS).int4  
 CNC_VTSThe version time stamp.varchar20 

See Also