Skip to content

ddSetRowValues (Array Creation & Manipulation)

Compatible with:
  • Purpose 
  • This command can be used to copy a specific row from one Dataset in memory as specified in the 'Target' field to another row of a 2nd Dataset in memory that is provided in the 'Value' field.

    The Dataset used in target/value 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
  • ddSetRowValues(datasetName(RowNumber), datasetName(RowNumber))
  • Target
  • datasetName(RowNumber) -Name of the Dataset with RowNumber.
  • Value
  • datasetName(RowNumber) - Name of the Dataset with RowNumber whose values are to be set.
  • Return Value
  • N/A

Feedback and Knowledge Base