Skip to content

ddGetRowIndexByColumnValue (Array Creation & Manipulation)

Compatible with:
  • Purpose
  • This command is used to get the row index of the cell for a value present in a specific column

    The Dataset used in target field has to be created anywhere in run time before this command gets executed. Else, the test run gets aborted saying "For one or more Instructions within the Test Script "<Test Script name>" that use the "<Array Creation & Manipulation Command>" command, the Dataset name provided in the 'Target' field does NOT exist in the scope of the Test Scenario" message.
  • Syntax
  • ddGetRowIndexByColumnValue(datasetName(columnName, columnValue), VariableName)
  • Target
  • datasetName(columnName, columnValue)
  • Value
  • variableName
  • Return Value
  • N/A

 

Feedback and Knowledge Base