Project Data Tables Database > td Schema : td.TEST Table |
A test plan subject is a conceptual unit of testing. A subject acts as a folder for other subjects and for tests. The folder structure for test plan subjects is in the ALL_LISTS Table where test folders are descended from the record where ALL_LISTS.AL_DESCRIPTION = 'Subject'. The link from the TEST record to the test folder is the TS_SUBJECT field.
To see test coverage of requirements, use the REQ_COVER Table.
Design tests are linked to design steps with DESSTEPS.DS_TEST_ID.
Tests are linked to test sets in the TESTCYCL Table.
Tests are linked to test runs with RUN.RN_TEST_ID.
Tests are linked to actual run parameter values with the STEP_PARAMS, RUN, and CYCLE tables where To_number(STEP_PARAMS.SP_KEY) = RUN.RN_RUN_ID AND TEST.TS_TEST_ID = RUN.RN_TEST_ID AND RUN.RN_CYCLE_ID = CYCLE.CY_CYLE_ID.
Multiple values for fields are maintained in the TEST_MULTIVALUE Table.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
TS_TEST_VERSION | Obsolete. | int | 4 | ||||
TS_TEST_ID | The record ID. | int | 4 | ||||
TS_NAME | The name of the test. | varchar | 255 | ||||
TS_STEPS | The number of design steps in the test. | int | 4 | ||||
TS_PATH | The path of this test relative to the Tests directory in the server repository, whether on the file system or in a database. This is the location for automatic scripts linked to the test. To get the script files, use the Open Test Architecture API. | varchar | 255 | ||||
TS_SUBJECT | The ALL_LISTS.AL_ITEM_ID of the test plan subject folder in which the test resides. | int | 4 | ||||
TS_ORDER_ID | int | 4 | |||||
TS_STATUS | The test’s current status. The values are from the Plan Status custom list. | varchar | 70 | ||||
TS_RESPONSIBLE | The user responsible for implementing the test. | varchar | 60 | ||||
TS_CREATION_DATE | The date on which the test was created. | datetime | 4 | ||||
TS_DESCRIPTION | A description of the test. | varchar | 16 | ||||
TS_TYPE | The type of test. For a description of possible test types, see The ALM Open Test Architecture API Reference . | varchar | 70 | ||||
TS_TIMEOUT | For backward compatibility. Field may be removed in future version. | int | 4 | ||||
TS_ATTACHMENT | A value of Y indicates that the test has at least one attachment. | varchar | 1 | ||||
TS_RUNTIME_DATA | For backward compatibility. Field may be removed in future version. | varchar | 255 | ||||
TS_WORKING_MODE | For Vugen Script tests, this value is set once when the Test script is unloaded. All - Upload all VUser files. Runtime - Upload only the files required to run the script. | varchar | 70 | ||||
TS_PROTOCOL_TYPE | For Vugen Script tests, the ID of the LoadRunner protocol. | varchar | 255 | ||||
TS_SERVICE_TEST_MODE | For tests of type SERVICE-TEST, one of: | varchar | 70 | ||||
TS_USER_01 | User-defined field. | varchar | 40 | ||||
TS_USER_02 | User-defined field. | varchar | 40 | ||||
TS_USER_03 | User-defined field. | varchar | 40 | ||||
TS_USER_04 | User-defined field. | varchar | 40 | ||||
TS_USER_05 | User-defined field. | varchar | 40 | ||||
TS_USER_06 | User-defined field. | varchar | 40 | ||||
TS_USER_07 | User-defined field. | varchar | 40 | ||||
TS_USER_08 | User-defined field. | varchar | 40 | ||||
TS_USER_09 | User-defined field. | varchar | 40 | ||||
TS_USER_10 | User-defined field. | varchar | 40 | ||||
TS_USER_11 | User-defined field. | varchar | 40 | ||||
TS_USER_12 | User-defined field. | varchar | 40 | ||||
TS_USER_HR_01 | TS_USER_HR_01 to TS_USER_HR_08 are for backward compatibility. Fields may be removed in future version. | int | 4 | ||||
TS_ESTIMATE_DEVTIME | The time estimated to develop the test. | int | 4 | ||||
TS_TEST_VER_STAMP | For internal use by ALM. The revision number of this record. Increments each time the record is updated. | int | 4 | ||||
TS_EXEC_STATUS | The execution status of the test. The values are from the Status custom list. | varchar | 70 | ||||
TS_TEMPLATE | A value of Y indicates that this test is a template test. | varchar | 1 | ||||
TS_STEP_PARAM | For backward compatibility. Field may be removed in future version. | int | 4 | ||||
TS_VTS | The version time stamp of the last record update according to the database server clock. | varchar | 20 | ||||
TS_VC_CUR_VER | Obsolete. Replaced by TS_VC_VERSION_NUMBER. | varchar | 50 | ||||
TS_USER_13 | User-defined field. | varchar | 40 | ||||
TS_USER_14 | User-defined field. | varchar | 40 | ||||
TS_USER_15 | User-defined field. | varchar | 40 | ||||
TS_USER_16 | User-defined field. | varchar | 40 | ||||
TS_USER_17 | User-defined field. | varchar | 40 | ||||
TS_USER_18 | User-defined field. | varchar | 40 | ||||
TS_USER_19 | User-defined field. | varchar | 40 | ||||
TS_USER_20 | User-defined field. | varchar | 40 | ||||
TS_USER_21 | User-defined field. | varchar | 40 | ||||
TS_USER_22 | User-defined field. | varchar | 40 | ||||
TS_USER_23 | User-defined field. | varchar | 40 | ||||
TS_USER_24 | User-defined field. | varchar | 40 | ||||
TS_TEXT_SYNC | For internal use. Do not change data. | varchar | 1 | ||||
TS_DEV_COMMENTS | Comments about the test design, usually by the developer. | varchar | 16 | ||||
TS_VC_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 255 | ||||
TS_VC_DATE | In a VC_* table, the checkin date. In a HIST_* or primary entity table, the checkin date. | datetime | 4 | ||||
TS_VC_TIME | In a VC_* table, the checkin time. In a HIST_* or primary entity table, the checkin time. | varchar | 10 | ||||
TS_VC_COMMENTS | Version comments. | varchar | 16 | ||||
TS_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 | 255 | ||||
TS_VC_CHECKIN_DATE | The date this version was checked in according to the server clock. | datetime | 4 | ||||
TS_VC_CHECKIN_TIME | The time this version was checked in according to the server clock. | varchar | 10 | ||||
TS_VC_CHECKIN_COMMENTS | Comments.The user's comments when checking in the item. | varchar | 16 | ||||
TS_VC_STATUS | The version status: Checked in, checked out, or read only. | varchar | 20 | ||||
TS_VC_START_AUDIT_ACTION_ID | The AUDIT_LOG.AU_ACTION_ID of the first change made in this version. | int | 4 | ||||
TS_VC_END_AUDIT_ACTION_ID | The AUDIT_LOG.AU_ACTION_ID of the last change made in this version. | int | 4 | ||||
TS_VC_VERSION_NUMBER | The version number of the current version of the test. | int | 4 | ||||
TS_BPTA_CHANGE_DETECTED | Status of Business Process Test for SAP 1 - No change detected 2 - Change status is unknown 3 - Change detected | int | 4 | ||||
TS_BASE_TEST_ID | For future use. | int | 4 | ||||
TS_UT_PACKAGE_NAME | The name of the item. | varchar | 255 | ||||
TS_UT_CLASS_NAME | The name of the item. | varchar | 255 | ||||
TS_UT_METHOD_NAME | The name of the item. | varchar | 255 | ||||
TS_TESTING_FRAMEWORK | varchar | 70 | |||||
TS_TESTING_TOOL | varchar | 70 |
Index | Description | Primary | Unique |
---|---|---|---|
TS_BASE_TEST_ID_IDX | |||
TS_EXEC_STATUS_LWR_IDX | |||
TS_PATH_LWR_INDEX | |||
TS_PRIMARYKEY | |||
TS_RESPONSIBLE_LWR_IDX | |||
TS_STATUS_LWR_IDX | |||
TS_SUBJECT_IDX | |||
TS_SUBJECT_NAME_IDX | |||
TS_VTS_IDX |
Trigger | Description |
---|---|
AUTR2571410_TEST |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
AUTR2571410_TEST | 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 |