How can I view responses in Postman Collection Runner?

thedev picture thedev · Sep 7, 2016 · Viewed 22k times · Source

I am using the Postman Collection Runner to run the same request multiple times using iterations. My tests work as expected, but I'm not able to see the individual responses for each request.

Is it possible to view the responses for requests in the Postman Collection Runner?

Answer

Danny Dainton picture Danny Dainton · Dec 26, 2017

In the latest version of Postman you can see all the data from the collection run for each individual request.

In the Collection Runner, Click on the request name and all the details of the request and response can be viewed.

enter image description here

More information can be going on the Debugging using the Request & Response body section of this page