Isaac
6 years agoNew Contributor
Looping a static amount of times only for a few requests
Hey,
I am not a developer, therefore not really familiar with the groovy script, but I'll try to describe my problem:
I am using a DataSource to grab info for requests.
Those requests' responses will then go into DataSink output.
My requirement is that request X will be performed 5 times for every request Y, and the output should be as follows:
ID-X ID-Y
123 000
234 000
345 000
456 000
678 000
12 00
23 00
34 00
45 00
56 00
I tried nested loops and got tangled, plus I cannot define a certain amount of times for each DataLoop (while statement).
I appreciate any help.
Thanks,
Isaac.