Project Data Tables Database > td Schema : td.BPTEST_TO_COMPONENTS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BC_ID | The record ID. | int | 4 | ||||
BC_BPT_ID | The test: TEST.TS_TEST_ID | int | 4 | ||||
BC_CO_ID | The component: COMPONENT.CO_ID . | int | 4 | ||||
BC_VER_STAMP | For backward compatibility. Field may be removed in future version. | int | 4 | ||||
BC_ORDER | The 1-based order of the component in the test. | int | 4 | ||||
BC_FAIL_COND | Action to take on failure: Continue or Exit. | varchar | 70 | ||||
BC_GROUP | Where components are grouped in a test for group iterations, the identifying number of the group to which the component belongs. Note that this number does not indicate order. | int | 4 | ||||
BC_DESC | For backward compatibility. Field may be removed in future version. | varchar | 16 | ||||
BC_RUNFROM_ITERATION | If not all iterations defined are to be run, the number of the first defined iteration to be run (1-based). If all iterations are run, value is | int | 4 | ||||
BC_RUNTO_ITERATION | If not all iterations defined are to be run, the number of the last defined iteration to be run. If all iterations are run, value is | int | 4 | ||||
BC_BPTA_CONDITION | The run condition in XML format. | varchar | 16 | ||||
BC_SUBTYPE_ID | One of: Manual Automatic Shadow - the component represents a flow | varchar | 50 | ||||
BC_PARENT_ID | If the parent is a group, the BC_ID. If the parent is a test, the TEST.TS_TEST_ID. | int | 4 | ||||
BC_PARENT_TYPE | The table containing the parent. BPTEST_TO_COMPONENTS - If this item is part of a group. TEST - If the owner is a test. | varchar | 40 | ||||
BC_NAME | The name of the item. | varchar | 255 | ||||
BC_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 60 | ||||
BC_CRITERION_ID | The TEST_CRITERIA.TCR_ID. | int | 4 | ||||
BC_COMMENT | Description. | varchar | 16 | ||||
BC_CO_INSTANCE | The index of the instance of the component in the test. | int | 4 |
Index | Description | Primary | Unique |
---|---|---|---|
BC_BPT_ID_IDX | |||
BC_CO_ID_IDX | |||
BC_PARENT_ID_IDX | |||
FW_BC_PRIMARYKEY |