Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

n is the index of Test Step, starting from 0. The field TestStepsCount was created in order to give the total number of Test Steps. The fields available for Test Steps are:

  • StepNumber
  • StepAction
  • Data
  • ExpectedResult


Code Block
titleExpand to see the example on sample code
collapsetrue
#{for teststeps}
    ${TestSteps[n].StepNumber}
    ${TestSteps[n].StepAction}
    ${TestSteps[n].Data}
    ${TestSteps[n].ExpectedResult}
#{end}

...