ALM Project Database Reference
td.TEST_PARAMS Table
Description
Parameters in design tests.
Remarks
This table is used only with manual tests.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key TP_IDThe record ID.int4   
 TP_TEST_IDThe TEST.TS_TEST_ID of the test to which the parameter belongs.int4   
 TP_NAMEThe parameter's name.varchar255   
 TP_DESCRIPTIONThe parameter's description.varchar16  
 TP_DEFAULT_VALUEThe suggested value for string, date, numerical, and long text parameters.varchar16  
 TP_REF_COUNTThe number of instances of this parameter in the test.int4   
 TP_VTSThe version time stamp.varchar20   
 TP_VER_STAMPThe version number of this record.int4   
 TP_VC_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
 TP_ORDERThe position of the parameter in the list of test parameters.int4  
 TP_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
TEST_PARAMS_NAME_LWR_UIX1  
TEST_PARAMS_PK 
See Also