Hello all!
Theoretical question here.
So my idea was to have same amount users do each call concurrently:
- 10 users to do 1st call, sleep 10 seconds
- 10 users to do 2nd call sleep 10 seconds
- 10 users to do 3rd call and sleep 10 seconds
long sleeps to make sure they all start calling next api at same time.
Does this make sense when performance testing the flow of actions that real user might ?
And is it better to perform such test within the time frame in example 10 minutes.
OR
Is it better to perform such test with how much requests we want to do in example 1000