Hi
We have a Gatling script which makes one REST API call. Our requirement is that we need to make 10,000 calls from Gatling. However at given moment there should not be more 10 users making this request. To achieve this We need to start Gatling with 10 users and when one user request is finished, we need to add one more user until 10,000 requests are made.
Is it possible in Gatling?
Thanks,
Chetan