HP ALM Database Reference
td.TEST_MULTIVALUE Table

Description

Multiple values of test records.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
 TSMV_TEST_IDThe TEST.TS_TEST_ID of the test containing the multiple values.int4  
 TSMV_COLUMN_NAMEThe multi-value column.varchar40  
 TSMV_VALUE

A single value.

Note: The values are denormalized for performance reasons. Any program that alters the values in this value field must also handle the semicolon-separated value in the main entity table.

varchar255 

See Also