Intro to collection runs

Collections are groups of requests that can be run together as a series of requests, against a corresponding environment.

Running a collection is useful when you want to automate API testing. When you run a collection, you send all requests in your collection one after another.

When you use scripts, you can build integration test suites, pass data between API requests, and build workflows that mirror your actual use case of APIs.

collection run parameters

To run collections, you can use:

  • Postman app collection runner in the header bar.

runner button


For more information about collection runs, see: