ALM Project Database Reference
td.BPTEST_TO_COMPONENTS Table
Description
Iteration settings and order of execution for Business Process Components in the context of the design tests that contain them.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BC_IDThe record ID.int4   
 BC_BPT_IDThe test: TEST.TS_TEST_IDint4  
 BC_CO_IDThe component: COMPONENT.CO_ID .int4  
 BC_VER_STAMPFor backward compatibility. Field may be removed in future version.int4  
 BC_ORDERThe 1-based order of the component in the test.int4  
 BC_FAIL_CONDAction to take on failure: Continue or Exit.varchar70  
 BC_GROUPWhere components are grouped in a test for group iterations, the identifying number of the group to which the component belongs. Note that this number does not indicate order.int4  
 BC_DESCFor backward compatibility. Field may be removed in future version.varchar16  
 BC_RUNFROM_ITERATION

If not all iterations defined are to be run, the number of the first defined iteration to be run (1-based).

If all iterations are run, value is -1.

int4  
 BC_RUNTO_ITERATION

If not all iterations defined are to be run, the number of the last defined iteration to be run.

If all iterations are run, value is -1.

int4  
 BC_BPTA_CONDITIONThe run condition in XML format.varchar16  
 BC_SUBTYPE_IDOne of:
Manual
Automatic
Shadow - the component represents a flow
varchar50  
 BC_PARENT_ID

If the parent is a group, the BC_ID.

If the parent is a test, the TEST.TS_TEST_ID

int4  
 BC_PARENT_TYPE

The table containing the parent.

BPTEST_TO_COMPONENTS - If this item is part of a group.

TEST - If the owner is a test.

varchar40  
 BC_NAMEThe name of the item.varchar255  
 BC_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  
 BC_CRITERION_IDThe TEST_CRITERIA.TCR_ID.int4  
 BC_COMMENTDescription.varchar16  
 BC_CO_INSTANCEThe index of the instance of the component in the test.int4  
Indexes
IndexDescriptionPrimaryUnique
BC_BPT_ID_IDX   
BC_CO_ID_IDX   
BC_PARENT_ID_IDX   
FW_BC_PRIMARYKEY 
See Also