See Also

Quality Center Database

See Also Quality Center Database

STEP_PARAMS Table

Description

Parameters for executing manual tests.

Remarks

Actual run parameter values are linked to design tests with the TEST, RUN, and CYCLE tables where To_number(STEP_PARAMS.SP_KEY) = RUN.RN_RUN_ID AND TEST.TS_TEST_ID = RUN.RN_TEST_ID AND RUN.RN_CYCLE_ID = CYCLE.CY_CYLE_ID.

Design step parameters are associated with the design test where To_number(SP_KEY) =  TEST.TS_TEST_ID.

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  SP_ENTITY The name of the table containing the entity for which the parameter was created. VarChar 40  
Primary Key  SP_KEY The string representation of the record ID of the instance to which the parameter belongs in the table specified by SP_ENTITY . VarChar 40  
Primary Key  SP_PARAM_NAME The parameter name. VarChar 255  
  SP_PARAM_VALUE The parameter value. VarChar 255
  SP_ORIGIN_TEST The TEST.TS_TEST_ID of the design test from which the step is derived. Integer 4
  SP_VALUE_FROM_ENTITY For backward compatibility. Field may be removed in future version. VarChar 40
  SP_VALUE_FROM_KEY For backward compatibility. Field may be removed in future version. VarChar 50
  SP_REF_COUNT The number of steps in which this parameter is used. Applies only to Test entities. Integer 4
  SP_ASSIGNED_BY For backward compatibility. Field may be removed in future version. VarChar 40
  SP_ASSIGN_DATE For backward compatibility. Field may be removed in future version. DBTimeStamp 4
  SP_ASSIGN_TIME For backward compatibility. Field may be removed in future version. VarChar 12

Indexes

Index Primary Unique
SP_PRIMARYKEY

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

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