HP ALM Database Reference
td.TEST_PARAMS Table

Description

Parameters in design tests.

Remarks

This table is used only with manual tests.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
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 name of the item.varchar60 
 TP_ORDERThe position of the parameter in the list of test parameters.int4 
 TP_USER_01User-defined field.varchar40 

See Also