Hi All,
We are using Gatling for load testing. We are using the following line to simulate load:
MyScenario.scn.inject(rampUsers(3) over 1800).protocols(HTTPS_PROTOCOL)
and running this scenario for 1800 seconds. What I am expecting is 1 user becomes active for every 600 seconds and after 1800 seconds, number of users will ramp down to 0. “Active Users along the Simulation” graph becomes 0 active users after 16-17 minutes.
I am using CSV file to loop through set of values. Any help is appreciated.
Thanks,
Nivetha.