See Also

Quality Center Database

See Also Quality Center Database

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 Name Description Datatype Length Allow
Nulls
Primary Key  BC_ID The record ID Integer 4  
  BC_BPT_ID The test: TEST.TS_TEST_ID Integer 4
  BC_CO_ID The component: COMPONENT.CO_ID Integer 4
  BC_VER_STAMP For backward compatibility. Field may be removed in future version. Integer 4
  BC_ORDER The 1-based order of the component in the test. Integer 4
  BC_FAIL_COND Action to take on failure: Continue or Exit. VarChar 70
  BC_GROUP Where 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. Integer 4
  BC_DESC For backward compatibility. Field may be removed in future version. LongVarChar 16
  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.

Integer 4
  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.

Integer 4

Indexes

Index Primary Unique
FW_BC_PRIMARYKEY
BC_BPT_ID_IDX    
BC_CO_ID_IDX    

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

Documentation comments or suggestions?
Please send feedback to SW-Doc@hp.com