ALM Project Database Reference
td.REQ_COVER Table
Description
An associative table linking requirements to the tests that cover the requirements.
Remarks

For the Test Configurations that cover the requirement, see table CONFIGURATION_COVERAGE.

In projects that have been upgraded from versions prior to ALM 11.00, RC_ENTITY_TYPE can be TESTCYL and RC_ENTITY_ID can be a TESTCYL.TC_TESTCYCL_ID.

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RC_ITEM_IDThe record ID.int4   
 RC_REQ_IDThe REQ.RQ_REQ_ID of the covered requirement.int4   
 RC_ENTITY_IDThe TEST.TEST.TS_TEST_ID of the TEST that covers the requirement.int4   
 RC_ENTITY_TYPEThe table name of the covering entity type. From ALM 11.00, this value is TEST.varchar30   
 RC_COVERAGE_MODEOne of "Selected Configurations" or "All Configurations". See table CONFIGURATION_COVERAGE.varchar255  
 RC_VTSThe version time stamp.varchar20  
Indexes
IndexDescriptionPrimaryUnique
RC_ENTITY_ID_IDX  
RC_PRIMARYKEY 
RC_REQ_ID_IDX   
RC_VTS_IDX  
See Also