Project Data Tables Database > td Schema : td.TEST_CONFIGS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
TSC_ID | The record ID. | int | 4 | ||||
TSC_TEST_ID | The TEST.ID. | int | 4 | ||||
TSC_NAME | The name of the item. | varchar | 255 | ||||
TSC_DESC | Description of the item. | varchar | 16 | ||||
TSC_CREATED_BY | The user name of the user who created this item. | varchar | 60 | ||||
TSC_CREATION_DATE | The server date when this item was created. | datetime | 4 | ||||
TSC_EXEC_STATUS | The result of the most recent run of this configuration. The values are from the Status custom list. | varchar | 70 | ||||
TSC_VTS | The version time stamp. | varchar | 20 | ||||
TSC_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 | ||||
TSC_ATTACHMENT | A value of Y indicates that the item has at least one attachment. | varchar | 1 | ||||
TSC_USER_01 | User-defined field. | varchar | 40 | ||||
TSC_DATA_FILTERING | An XML string containing the filter to apply to the data resource. For example: <FilterData> | varchar | 16 | ||||
TSC_DATA_STATE | The source of the parameter values to be used in this configuration. One of:
| int | 4 | ||||
TSC_DATA_OBJ | An XML string containing static parameter values for Business Process Test configurations. | varchar | 16 |
Index | Description | Primary | Unique |
---|---|---|---|
TEST_CONFIGS_IX1 | |||
TEST_CONFIGS_IX2 | |||
TEST_CONFIGS_IX3 | |||
TEST_CONFIGS_PK | |||
TEST_CONFIGS_VTS_IDX |
Trigger | Description |
---|---|
AUTR1916707492_TEST_CONFIGS |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
AUTR1916707492_TEST_CONFIGS | Trigger | 1 | ||
td.V_TESTSET_REQ_COVER | View | 1 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
td.AUDIT_LOG | Table | Events on which history is recorded. | 1 | |
td.AUDIT_PROPERTIES | Table | Details of the changes recorded in the AUDIT_LOG table. | 1 |