I just tried implementing the below strategy to feed values from a CSV feeder in Gatling.
- val csvFeeder = csv("data/Pet1.csv").batch.circular
- val csvFeeder = csv("data/Pet1.csv").circular
Both seem to work fine. When do we use ".batch.circular" instead of ".circular" as the feeding strategy in Gatling.
Thanks for the help.