Description

TestStepGrp is a repeating group used to provide information regarding the steps of a test case/scenario for a testing system.

For each test step, this contains the timings and test parameter group information. The timings may overlap.

Structure

Tag Field Name Req'd Comments
3036 NoTestSteps N
→ 3037 TestStepID N

Required if NoTestSteps <3036>>0.

→ 3038 TestStepDesc N
→ 3039 TestStepStartTime N

Use for an absolute starting time. Mutually exclusive with TestStepStartOffsetUnit <3041> and TestStepStartOffsetPeriod <3040>.

→ 3040 TestStepStartOffsetPeriod N

Use for a starting time relative to the overall starting time defined by TestScenarioStartTime <3031>. Required when TestStepStartOffsetUnit <3041> is specified.

→ 3041 TestStepStartOffsetUnit N

Use for a starting time relative to the overall starting time defined by TestScenarioStartTime <3031>. Required when TestStepStartOffsetPeriod <3040> is specified.

→ 3042 TestStepEndTime N

Use for an absolute ending time. Mutually exclusive with TestStepEndOffsetUnit <3044> and TestStepEndOffsetPeriod <3043>.

→ 3043 TestStepEndOffsetPeriod N

Use for an ending time relative to the starting time of the scenario. Required when TestStepEndOffsetUnit <3044> is specified.

→ 3044 TestStepEndOffsetUnit N

Use for an ending time relative to the starting time of the scenario. Required when TestStepEndOffsetPeriod <3043> is specified.

→ Component Block - <TestStepParameterGrp> N

Used In