Send bulk request in shortest time duration

Hi Team,

Need 1 help
If I want to hit a particular endpoint with “Get” request in shortest possible timeframe
e.g. 5000 request I have to send in shortest time duration
How can I do that ?
Any sample reference

Thanks

Hi @shailendrakumaromkar

When you say the shortest time duration, do you refer to 1 second? 1 minute? Is this an API endpoint that you need to make sure it can handle, let’s say, 5000 requests per second?

Depending on what you are trying to do, you’ll have to decide on what scenario is best: Scenarios.

It also helps to first have a look at the different types of test, and decide which one you are trying to run: Understanding the Different Types of Load Tests: Goals and Recommendations (spike testing, breakpoint testing, etc.).

If you can provide a bit more context we can help you define the best approach.

Cheers!