DataSource Loop- not able to reload values
I have Datasource step- D0->Excel -> containing data from an excel column- say it has one column as number with has 5 values ( number 1 to 5)
When i run the Data Source loop using D0, I am able to run it fine, as there are 5 rows of data , it run for 5 times.
My requirement is to now to run the same step D0 for 10 times, and for the same I added one more step
DataSource(D1)->Data Generator-> In that I am passing number of rows as 10
And then added a DataSource loop using D1 , and in that loop my source step is D1 and Target step is D0
My loop runs for 10 times, problem is when I look at the values it is displaying
1,2,3,4,5,5,5,5,5,5
however I was expecting it to be like
1,2,3,4,5,1,2,3,4,5
Not sure what I am doing wrong, but I am quite sure it should work.
Any thoughts..!!
Thanks,
Anand
- Not sure. May be file pointer already reached EOF.
Instead use groovy as data source first which will repeat your original one time excel data source.
Refer documentation for groovy data source. Hi anand1,
Was the original issue resolved?
We have a great video demonstrating how to set up data-driven testing in ReadyAPI:
If the video didn't help, could you please post here screenshots of your settings?