Associates a parameter to a test and component.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | BPP_ID | The record ID. | int | 4 | ||
BPP_BPC_ID | The link to the test and component through BPTEST_TO_COMPONENTS.BC_ID. | int | 4 | ![]() | ||
BPP_PARAM_ID | The parameter: FRAMEWORK_PARAM.FP_ID | int | 4 | ![]() | ||
BPP_TYPE | The type, such as CONSTANT for an entered value or REF_BPPARAM for a value read from another parameter. | varchar | 70 | ![]() | ||
BPP_REF_ID | When the value of this parameter is set at run-time to the value of another parameter, this is the BPP_ID of the parameter from which the value is taken. | int | 4 | ![]() | ||
BPP_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. | varchar | 60 | ![]() |