Skip to content

ddAddRows (Array Creation & Manipulation)

Compatible with:
  • Purpose
  • This command can be used to add a specified number of rows to the dataset in memory. Number of Rows to be added to the Dataset can be optionally passed in the 'Value'. The default value is 1.

    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
  • ddAddRows(datasetName, numberOfRows)
  • Target
  • datasetName - Name of the Dataset
  • Value
  • Number of Rows to be added
  • Return Value
  • Number of Rows to be added to the Dataset(optional)

Example(s):

Click here to see the example


 

Feedback and Knowledge Base