Project Data Tables Database > td Schema : td.REQ_COVER Table |
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.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
RC_ITEM_ID | The record ID. | int | 4 | ||||
RC_REQ_ID | The REQ.RQ_REQ_ID of the covered requirement. | int | 4 | ||||
RC_ENTITY_ID | The TEST.TEST.TS_TEST_ID of the TEST that covers the requirement. | int | 4 | ||||
RC_ENTITY_TYPE | The table name of the covering entity type. From ALM 11.00, this value is TEST. | varchar | 30 | ||||
RC_COVERAGE_MODE | One of "Selected Configurations" or "All Configurations". See table CONFIGURATION_COVERAGE. | varchar | 255 | ||||
RC_VTS | The version time stamp. | varchar | 20 |
Index | Description | Primary | Unique |
---|---|---|---|
RC_ENTITY_ID_IDX | |||
RC_PRIMARYKEY | |||
RC_REQ_ID_IDX | |||
RC_VTS_IDX |