Running a Postman Collection

1. Open Collection Runner

Click on the “Runner” tab in the left sidebar.

2. Select Collection

Choose the collection you want to run from the dropdown list.

3. Run Collection

Click the “Run” button to execute all requests in the collection.

You can run all the tests in a folder and all the responses will be visible one by one

Run all the APIs in the folder

Then, a new view will be visible on the screen as shown below. Here you can choose to run manually or schedule runs at regular intervals.

view showing the multiple options available to run the folder or collection altogether

4. View Results

  1. Postman will execute each request sequentially and display results.
  2. You can view response details, status, headers, and more as shown below.

Postman Run folder results view

This is how it looks after all the APIs in the folder has been run

Create, Use, and Run Postman Collections

Postman Collections are a powerful feature that enables users to organize and manage API testing and development. Collections consist of requests, which are APIs with a request and response format. In this article, we study the creation, utilization, and execution of Postman Collections with examples.

Similar Reads

Creating a Postman Collection

1. Open Postman...

Using a Postman Collection

...

Running a Postman Collection

1. Access Collections...

Conclusion

1. Open Collection Runner...

Contact Us