Open In App

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.

Advantages of sending multiple requests at same time in Postman :

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) .

Article Tags :