Hi,
you mean you want to end the test iteration and go to the next row of the data table, if so you can use
If Pass then
exitTestIteration
Or can also use
DataTable.SetNextRow
you mean you want to end the test iteration and go to the next row of the data table, if so you can use
If Pass then
exitTestIteration
Or can also use
DataTable.SetNextRow

