ALM Project Database Reference
td.RUN_ITERATIONS Table
Description
Iterations of a test run.
Remarks
A single test RUN can contain more than one iteration. The status of the RUN is calculated from the statuses of all its iterations.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RNI_IDThe record ID.int4   
 RNI_RUN_IDThe RUN.RN_RUN_ID.int4   
 RNI_ORDERThe position of this iteration in the RUN.int4   
 RNI_DESCRIPTIONThe description set by the client that created the run iteration.varchar16  
 RNI_STATUSThe status of this iteration. Values are from the Status custom list.
Typical values are: Not Completed, No Run, Passed, N/A, Failed.
varchar70   
Indexes
IndexDescriptionPrimaryUnique
RNI_PRIMARYKEY 
RUN_ITERATIONS_IX1   
RUN_ITERATIONS_IX2   
See Also