Open In App

How to send Multiple Requests at same time in Postman ?

Last Updated : 12 Mar, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

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 :

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

Screenshot-2024-03-07-001100

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

Screenshot-2024-03-07-001601

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.

Screenshot-2024-03-07-003011

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

Screenshot-2024-03-07-003220


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads