Hi,
Below my requirements:
“Create a test which start from 0 and add 10 user every 2 second. Finish at 100 users.
Every user makes a request to the endpoint every 5 seconds”
First part I understand, I can user ramp user, but I have problem with second part.
Thanks for help
Hey there,
For the second part do you mean:
Finish at 100 users.
or
Every user makes a request to the endpoint every 5 seconds
Thanks,
Pete
Hi @lechf1,
As you understood, first part is the injection profile.
The second part, is the scenario: what a specific user will do!
I think you can achieve what you want with loops and pauses.
Cheers!
2 Likes