See Also

Quality Center Database

See Also Quality Center Database

VC_DESSTEPS Table

Description

Version control table for design steps.

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  DS_ID The DESSTEPS.DS_ID of the item under version control. Integer 4  
  DS_TEST_ID The TEST.TS_TEST_ID of the test to which the step belongs. Integer 4  
  DS_STEP_ORDER The order in which the step appears within the test in the user interface. Integer 4
  DS_STEP_NAME The name assigned to the step by the test developer. VarChar 255
  DS_DESCRIPTION The design step description. LongVarChar 16
  DS_EXPECTED The expected result string. LongVarChar 16
  DS_USER_01 User-defined field. VarChar 40
  DS_USER_02 User-defined field. VarChar 40
  DS_USER_03 User-defined field. VarChar 40
  DS_USER_04 User-defined field. VarChar 40
  DS_USER_05 User-defined field. VarChar 40
  DS_USER_06 User-defined field. VarChar 40
  DS_ATTACHMENT Indicates whether the design step has any attachments: Y or N. VarChar 1
  DS_LINK_TEST If the design step is an instruction to run another test, the ID of the test to be run. Integer 4
  DS_HAS_PARAMS Indicates whether this design step has STEP_PARAMSassociated with it: Y or N. VarChar 1
  DS_TEXT_SYNC For internal use. Do not change data. VarChar 1
Primary Key  DS_VC_USER_NAME The user who locked the entity. VarChar 60  

Indexes

Index Primary Unique
VCDS_PRIMARYKEY
VCDS_LINK_TEST    
VCDS_TEST    
VCDS_VC_USER_NAME_IDX    

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

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