Forum Discussion
Hi Ritchie
Firstly, you're missing a Datasource Loop step. You need the loop step after the API calls.
You need the loop to flip back to the next row in your data source.
After that, how is it do you want to test?
- Same single call with changing app id for each iteration? If so, disable the second step and your single column data source should be OK.
- Two service calls per iteration? If so, leave both service calls enabled. Make the data source have two columns, e.g. val1 and val2. Update service call 1 to reference val1. Update service call 2 to reference val2.
- richie2 years agoCommunity Hero
Hey ChrisAdams !!! 😁😁😁
long time no chat - how you doing fella?
After i saw your answer i realised what a dummy i was being - spend 18months/2 years reviewing java (RestAssured) automation frameworks instead and my ReadyAPI knowledge just disappeared!
I remember how it works now - thanks man - you totally filled in the blanks - totally embarassed I was stuck on something so simple. Ssssh! don't tell anyone!😉
Life Saver!
rich