Top "Postman-collection-runner" questions

Use this tag for issues with Postman Collection Runner; use the [postman] tag for general Postman issues.

Postman : socket hang up

I just started using Postman. I had this error "Error: socket hang up" when I was executing a collection runner. …

sockets postman postman-collection-runner
Postman - how to loop request until I get a specific response?

I'm testing API with Postman and I have a problem: My request goes to sort of middleware, so either I …

postman web-api-testing postman-collection-runner
How to export/download Response Body into an external file from Postman Collection Runner Results?

I am working on a project where I have to hit a web service multiple times with different values of …

postman postman-collection-runner
How can I view responses in Postman Collection Runner?

I am using the Postman Collection Runner to run the same request multiple times using iterations. My tests work as …

postman postman-collection-runner
Running a request in Postman multiple times with different data only runs once

I am new to Postman and running into a recurrent issue that I can’t figure out. I am trying …

postman postman-collection-runner postman-pre-request-script
Postman: How to extract value from html response and pass it on to next request in postman

Example url: https://abc.xyz.com/m# HTML Response: <!DOCTYPE html> <html lang="en" dir="ltr"> &…

regex postman postman-collection-runner
How to download attachment from Postman Response

I have a API which sends response having following header: Headers(8) Test Results(1/1) Status:200 OK Time:5890 ms Size:1.24 MB Access-Control-Allow-Origin →* …

postman newman postman-collection-runner
How to increase Variable value based on the iteration being run in Postman

I have an API request that I need to run in Postman-Collection-Runner thru multiple iterations. The API request uses Variable. …

postman postman-collection-runner
Postman - How to move collections between Workspaces?

I have multiple collections on the same Workspace on Postman. Unfortunately things are starting to get messy, to many Collections …

postman postman-collection-runner postman-native-app
Reuse {{$randomInt}} in Postman

My 1st request is: GET http://example.com?int={{$randomInt}}. I need to run 2nd request (with other tests in …

postman postman-collection-runner