Project Data Tables Database > td Schema : td.COMPONENT Table |
Parameters for components are in the FRAMEWORK_PARAM Table.
Runtime data for parameters are in TESTCYCL.TC_DATA_OBJ.
When a component is contained in a test, the link between the test and component is in the BPTEST_TO_COMPONENTS Table.
The steps in the component are in the COMPONENT_STEP Table.
The logical organization of components in is the COMPONENT_FOLDER Table.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
CO_ID | The record ID. | int | 4 | ||||
CO_FOLDER_ID | The COMPONENT_FOLDER.FC_ID of the folder containing this component. For QuickTest Professional Application Areas, CO_FOLDER_ID is 2. Application areas are not displayed in the Business Process Testing Module. | int | 4 | ||||
CO_NAME | The component name. | varchar | 255 | ||||
CO_VERSION | For future use. | varchar | 255 | ||||
CO_PHYSICAL_PATH | For future use. | varchar | 255 | ||||
CO_RESPONSIBLE | The user to whom the component is assigned. | varchar | 60 | ||||
CO_CREATED_BY | The user who created the component. | varchar | 60 | ||||
CO_STATUS | The values are from the Component Status list. Typical values are: Error, Ready, Failed, Maintenance, Under Development, and Not Implemented. | varchar | 70 | ||||
CO_CREATION_DATE | The date the component was created. | datetime | 4 | ||||
CO_DESC | The HTML formatted string that appears in the Description box in the component details. | varchar | 16 | ||||
CO_DEV_COMMENTS | Comments. | varchar | 16 | ||||
CO_STEPS_DATA | For future use. | varchar | 16 | ||||
CO_VER_STAMP | Increments when the record is updated. | int | 4 | ||||
CO_IS_ITERATABLE | For backward compatibility. | varchar | 1 | ||||
CO_DEFAULT_PICTURE_ID | For future use. | int | 4 | ||||
CO_IS_OBSOLETE | If a user deletes the component but it is in use in a test, this field is set to Y and the component is not physically deleted. If the component is restored, the field is set to N. | varchar | 1 | ||||
CO_SRC_ID | For future use. | int | 4 | ||||
CO_DELETION_DATE | Database timestamp when the record is marked obsolete. | datetime | 4 | ||||
CO_DELETED_FROM_PATH | The path of the component before it was marked obsolete. | varchar | 255 | ||||
CO_DATA | For future use. | varchar | 16 | ||||
CO_SCRIPT_TYPE | The test type. For example: QuickTest, WinRunner, manual, and so on. | varchar | 60 | ||||
CO_HAS_PICTURE | A value of Y indicates that the component has a snapshot. | varchar | 1 | ||||
CO_TEXT_SYNC | For internal use. | varchar | 1 | ||||
CO_APP_AREA_ID | The QuickTest Professional Application Area ID. Meaningful only when CO_FOLDER_ID points to a Application Area folder. | int | 4 | ||||
CO_VTS | The version time stamp. | varchar | 20 | ||||
CO_USER_01 | User-defined field. | varchar | 40 | ||||
CO_USER_02 | User-defined field. | varchar | 40 | ||||
CO_USER_03 | User-defined field. | varchar | 40 | ||||
CO_USER_04 | User-defined field. | varchar | 40 | ||||
CO_USER_05 | User-defined field. | varchar | 40 | ||||
CO_USER_06 | User-defined field. | varchar | 40 | ||||
CO_USER_07 | User-defined field. | varchar | 40 | ||||
CO_USER_08 | User-defined field. | varchar | 40 | ||||
CO_USER_09 | User-defined field. | varchar | 40 | ||||
CO_USER_10 | User-defined field. | varchar | 40 | ||||
CO_USER_11 | User-defined field. | varchar | 40 | ||||
CO_USER_12 | User-defined field. | varchar | 40 | ||||
CO_USER_13 | User-defined field. | varchar | 40 | ||||
CO_USER_14 | User-defined field. | varchar | 40 | ||||
CO_USER_15 | User-defined field. | varchar | 40 | ||||
CO_USER_16 | User-defined field. | varchar | 40 | ||||
CO_USER_17 | User-defined field. | varchar | 40 | ||||
CO_USER_18 | User-defined field. | varchar | 40 | ||||
CO_USER_19 | User-defined field. | varchar | 40 | ||||
CO_USER_20 | User-defined field. | varchar | 40 | ||||
CO_USER_21 | User-defined field. | varchar | 40 | ||||
CO_USER_22 | User-defined field. | varchar | 40 | ||||
CO_USER_23 | User-defined field. | varchar | 40 | ||||
CO_USER_24 | User-defined field. | varchar | 40 | ||||
CO_BPTA_FLOW_TEST_ID | A Flow is an abstract entity with no direct representation in the project database. It consists of both a Component and a Test of Test.Type BUSINESS-PROCESS. This field links a Component to a Test, thereby defining the Flow. The field contains the TEST.TS_TEST_ID of the test with which the component forms a Flow. | int | 4 | ||||
CO_BPTA_COMPONENT_TYPE | NULL=not change detectable 1=SAP 2=ORACLE | int | 4 | ||||
CO_BPTA_CHANGE_DETECTED | 1 - No change detected 2 - Change status is unknown 3 - Change detected | int | 4 | ||||
CO_BPTA_CHANGE_TIMESTAMP | The time the last change was detected. | varchar | 30 | ||||
CO_BPTA_LAST_UPDATE_TIMESTAMP | The time of the last update. | varchar | 30 | ||||
CO_BPTA_SOR_ID | No longer in use. Was: | int | 4 | ||||
CO_BPTA_LOCATION_ID_IN_APP | The ID of the screen which is the subject of this component. Used by Unified Functional Testing. | varchar | 255 | ||||
CO_VC_VERSION_NUMBER | The version ID of the entity. | int | 4 | ||||
CO_VC_STATUS | The version status: Checked in, checked out, or read only. | varchar | 20 | ||||
CO_VC_CHECKIN_USER_NAME | The user who checked in this version of the item. If this item has not been checked in, the field is blank. | varchar | 60 | ||||
CO_VC_CHECKIN_DATE | The date this version was checked in according to the server clock. | datetime | 4 | ||||
CO_VC_CHECKIN_TIME | The time this version was checked in according to the server clock. | varchar | 10 | ||||
CO_VC_CHECKIN_COMMENTS | Comments.The user's comments when checking in the item. | varchar | 16 | ||||
CO_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 | ||||
CO_VC_CHECKOUT_DATE | The date the version was checked out according to the server clock. | datetime | 4 | ||||
CO_VC_CHECKOUT_TIME | The time this version was checked out according to the server clock. | varchar | 10 | ||||
CO_VC_CHECKOUT_COMMENTS | Comments.The user's comments when checking out the item. | varchar | 16 | ||||
CO_SUBTYPE_ID | The type of component. For example:
| varchar | 50 | ||||
CO_HAS_MANUAL_SCRIPT | Y if the component has a manual Facet. | varchar | 1 | ||||
CO_HAS_AUTO_SCRIPT | Y if the component has an automated Facet. For example, there could be a Service Test or Unified Functional Testing script. | varchar | 1 |
Index | Description | Primary | Unique |
---|---|---|---|
CO_FOLDER_ID_IDX | |||
FW_CO_PRIMARYKEY |
Trigger | Description |
---|---|
AUTR1386687709_COMPONENT |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
AUTR1386687709_COMPONENT | Trigger | 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 |