ALM Project Database Reference
td.TEST_CRITERIA Table
Description
Items that can be used for coverage independently of the rest of the test.
Remarks
For example, a test criterion can be a sub-unit of the test or a performance measure.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key TCR_IDThe record ID.int4   
 TCR_TEST_IDThe TEST.ID.int4   
 TCR_NAMEThe name of the item.varchar255   
 TCR_DESCRIPTIONA free text description of this item.varchar16  
 TCR_EXECUTION_STATUS

The result of the most recent run of this criterion.

The values are from the Status custom list.
Typical values are: Not Completed, No Run, Passed, N/A, Failed.

varchar70   
 TCR_CREATED_BYThe user name of the user who created this item.varchar60  
 TCR_CREATION_DATEThe server date when this item was created.datetime4  
 TCR_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  
 TCR_IS_MAIN_CRITERIONIf 1, this is the main criterion of the test. The test RUN status is based on the main criterion.int4   
 TCR_VTSThe version time stamp.varchar20  
Indexes
See Also