Steps to Send multiple requests at the same time in Postman

Step 1: Create a collection having more than one request shown as below.

Step 2: Click on three dots icons at right hand side of name of the collection and choose option “Run Collection“.

Step 3 : A collection runner tab will gets opened.Select the requests , update configuration(delay and iterations) and click on “run collection”(name of the collection) button located at the last.

Step 4: We will get the summary of results of all the outputs (either failed or success) .


How to send Multiple Requests at same time in Postman ?

Postman is a popular API development tool that allows us to design, test, document, and debug APIs more efficiently. This article is all about sending multiple requests at the same time in Postman.

Similar Reads

Advantages of sending multiple requests at same time in Postman :

Efficiency: It saves time and improves efficiency. Parallel Testing: Postman allows you to test multiple API endpoints concurrently which is useful for load testing. Improves Productivity : Using this we can avoid the need to wait for each request to complete sequentially. Identifying Performance : We can test whether our API is scalable or not....

Steps to Send multiple requests at the same time in Postman :

Step 1: Create a collection having more than one request shown as below....