CSmith
14 years agoNew Contributor
[Res] Problem with 'Restart on Run' option for datasources
Hi all,
I am using SoapUI Pro 4.0.0. I have 2 datasources and 2 loops nested. First off the outer loop works smoothly. The problem I see is that inner loop only loads all the rows of data in it's respective data source once. When the outer loop is executed for it's next row of data, only the last row of data in the inner loop is used. I would like to iterate through all the data in the second datasource for each row of data in the first. I have the "Restart on Run" option checked in the inner data source properties. I assumed that this would fix the issue, but hasn't. Let me know if I can provide any additional details.
Here is the structure of the test case:
-DataSource1
-DataSource2
-Request
-DataSourceLoop2
-DataSourceLoop1
Thanks!
I am using SoapUI Pro 4.0.0. I have 2 datasources and 2 loops nested. First off the outer loop works smoothly. The problem I see is that inner loop only loads all the rows of data in it's respective data source once. When the outer loop is executed for it's next row of data, only the last row of data in the inner loop is used. I would like to iterate through all the data in the second datasource for each row of data in the first. I have the "Restart on Run" option checked in the inner data source properties. I assumed that this would fix the issue, but hasn't. Let me know if I can provide any additional details.
Here is the structure of the test case:
-DataSource1
-DataSource2
-Request
-DataSourceLoop2
-DataSourceLoop1
Thanks!