ALM Project Database Reference
td.RUNTIME_PARAM Table
Description
Parameters defined at design time for Business Process Tests.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RTP_IDThe record ID.int4   
 RTP_TEST_IDThe TEST.TS_TEST_ID of the test for which the parameter is defined.int4   
 RTP_NAMEThe name of the parameter as entered in the test,  without the brackets that are entered in the UI.varchar255  
 RTP_DESCThe parameter description.varchar16  
 RTP_VALUE_TYPEThe data type, such as String, Boolean, and so on.varchar40  
 RTP_DEFAULT_VALUEObsolete. The default value is now in RTP_BPTA_LONG_VALUE.varchar70  
 RTP_ORDERThe order of the runtime parameter in the test.int4  
 RTP_BPTA_LONG_VALUEThe parameter's default value.varchar16  
 RTP_VC_CHECKOUT_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
Indexes
IndexDescriptionPrimaryUnique
RTP_PRIMARYKEY 
RTP_TEST_ID_IDX   
See Also