larsn
11 years agoContributor
[R]two data sources but single CSV source doesn't loop corre
I have a test case using two data source loops but the same underlying CSV file is used.
The problem I'm having is that the 2nd loop doesn't restart where I expect it to.
Currently I have the first loop to iterate for rows 0-3 (the remaining rows trigger errors) and the second loop start row 1.
The issue I have is that the 2nd loop is starting at row 3 and not row 1. I have the 2nd data source set for "Restarts DataSource when step is run".
When I remove the ending row constraint on the 1st data source the 2nd loop still does not work as expected.
The problem I'm having is that the 2nd loop doesn't restart where I expect it to.
Currently I have the first loop to iterate for rows 0-3 (the remaining rows trigger errors) and the second loop start row 1.
The issue I have is that the 2nd loop is starting at row 3 and not row 1. I have the 2nd data source set for "Restarts DataSource when step is run".
When I remove the ending row constraint on the 1st data source the 2nd loop still does not work as expected.