Project Data Tables Database > td Schema : td.CONFIGURATION_COVERAGE Table |
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
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
CNC_ID | The record ID. | int | 4 | ||||
CNC_REQ_COVER_ID | The ID of the requirement coverage (REQ_COVER). In some contexts, this is called the first endpoint ID. | int | 4 | ||||
CNC_CONFIGURATION_ID | The ID of a covering configuration(TEST_CONFIGS). In some contexts, this is called the second endpoint ID. | int | 4 | ||||
CNC_VTS | The version time stamp. | varchar | 20 |
Index | Description | Primary | Unique |
---|---|---|---|
CNC_CONFIGURATION_IDX | |||
CNC_PRIMARYKEY | |||
CNC_REQ_COVER_IDX | |||
CNC_VTS_IDX |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
td.V_TESTSET_REQ_COVER | View | 1 |