Forum Discussion

rosey's avatar
13 years ago

Groovy code for multiple iterations

Hi, I have a datasource with 100 values. I want to use the values in 50 iterations with 2 values in each iteration and loop the iterations from datasource. How can I do this through groovy script? ...