ALM Project 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 NullsDefaultFormula
Primary Key CNC_IDThe record ID.int4   
 CNC_REQ_COVER_ID

The ID of the requirement coverage (REQ_COVER).

In some contexts, this is called the first endpoint ID.

int4   
 CNC_CONFIGURATION_ID

The ID of a covering configuration(TEST_CONFIGS).

In some contexts, this is called the second endpoint ID.

int4   
 CNC_VTSThe version time stamp.varchar20  
Indexes
IndexDescriptionPrimaryUnique
CNC_CONFIGURATION_IDX   
CNC_PRIMARYKEY 
CNC_REQ_COVER_IDX  
CNC_VTS_IDX  
Objects that depend on td.CONFIGURATION_COVERAGE
 Database ObjectObject TypeDescriptionDep Level
td.V_TESTSET_REQ_COVER viewtd.V_TESTSET_REQ_COVERView 1
See Also