See Also

Quality Center Database

See Also Quality Center Database

STEP Table

Description

Test steps performed during a test instance runs.

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  ST_ID The record ID. Integer 4  
  ST_RUN_ID The RUN.RN_RUN_ID of the test instance run to which this step belongs. Integer 4  
  ST_STEP_NAME The name of the test step. VarChar 255
  ST_STATUS The status of the test step.

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

VarChar 70
  ST_EXECUTION_DATE The date on which the test step was executed. DBTimeStamp 4
  ST_EXECUTION_TIME The time at which the test step was executed. VarChar 10
  ST_DESCRIPTION The step description. LongVarChar 16
  ST_EXPECTED The expected result of the test step. LongVarChar 16
  ST_ACTUAL The actual result of the test step. LongVarChar 16
  ST_PATH The folder of the test script containing the test step. VarChar 255
  ST_LINE_NO The line number on which the step appears in the test script. Integer 4
  ST_USER_01 User-defined field. VarChar 40
  ST_USER_02 User-defined field. VarChar 40
  ST_USER_03 User-defined field. VarChar 40
  ST_USER_04 User-defined field. VarChar 40
  ST_USER_05 User-defined field. VarChar 40
  ST_USER_06 User-defined field. VarChar 40
  ST_STEP_ORDER The order in which the step appears within the test. Integer 4
  ST_DESSTEP_ID The DESSTEPS.DS_ID of the design step on which the test step is based. Integer 4
  ST_ATTACHMENT A value of Y indicates that the step has at least one attachment. VarChar 1
  ST_TEST_ID The TEST.TS_TEST_ID of the test to which the step belongs. Integer 4
  ST_OBJ_ID The type of manual step when running test manually. The values are:

0 - Test, 1 - Test iteration, 2 - Group, 3 - Group iteration, 4- Inner Component, 5 - Leaf Component, 6 - Component iteration, 7 - Component Step, 8 - Test instance iteration.

Integer 4
  ST_LEVEL The depth in the manual runner tree. Tests in the root are level 0. Integer 4
  ST_EXTENDED_REFERENCE For backward compatibility. Field may be removed in future version. VarChar 50
  ST_COMPONENT_DATA For backward compatibility. Field may be removed in future version. LongVarChar 16
  ST_PARENT_ID The record ID of the parent node in the tree. For a component step, for example, the ID of the component that includes the step, which is also the parent node of the step in the manual runner tree. Integer 4

Indexes

Index Primary Unique
ST_PRIMARYKEY
ST_RUN_IDX
ST_TEST_ID_IDX    
STEP_IDX3  

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

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