I'm attempting to run a Load Test with Telerik Test Studio. I've recorded a user profile and would like to run it with 100 VUs.
How long does Test Studio wait between starting the user profile with each VU? The "sample rate" seems like maybe it would affect this, but I would like to set it so that it waits 500 ms in between each VU, not 5 whole seconds. Is this possible? 100 VUs should break my site but it's only getting a peak of 150 responses received per second. I am assuming that means 150 HTTP requests responded to (I have 50 HTTP requests in my user profile, so this means it's only doing 3 VUs per second).
How can I get it to send more requests at a time at my server?