I have used LoadRunner for my bench mark tests but I want to experience Gatling
So I want to simulate 50 Virtual Users to request simultaneity my Webservice application during 15 minutes
Therefore, I want to start 1 virtual user every 3 seconds and when 50 virtual users all start, I want 50 virtual users work simultaneity for 15 minutes
I have tried to use the new inject API for gatling 2 bercause I use Gatling2
but when I want to make the similarity code for starting 1 virtual user every 3 seconds and when 50 virtual users all start, I want 50 virtual users work simultaneity for 15 minutes
I do not know how to make it with the new gatling 2 api