Questions tagged [postman-collection-runner]

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

You can use Collection Runner to run all the requests of a Postman Collection in one go.

Postman Collection Runner

Reference:
https://learning.postman.com/docs/running-collections/intro-to-collection-runs/

342 questions
-1
votes
1 answer

How i can extract a cookies/token and set it as variable using pre-runScript in postman?

I'm trying to run a pre-run script in postman (collection level)that doing a simple get request, to get a certain token through which I will be able to send it in a body request for the next endpoint. I have managed to do that but actually, the…
-1
votes
1 answer

Postman Collection Runner runs stale request. Solution?

A couple of days ago, I ran a collection of two requests in Postman. I was using an environment variable created in the first request which was then used in the second request. I ran the two requests manually in the primary application interface…
Henke
  • 1,466
  • 2
  • 9
  • 22
-1
votes
1 answer

Postman - Ignoring a request from the runner based on iteration count

I have to run my collection on two different Country levels so I have my iteration set up as one iteration for one country, but some of the endpoints are not country-specific and need not have to run twice. Is there a way I can avoid running certain…
Uthara
  • 1
  • 3
-1
votes
1 answer

Is there any way to check if different formats of the same header is supported in postman tests?

I have requests that require a token. Its passed in the header for the request as a key value pair with the key being access_token and the value being its value. Now different formats of the access token needs to be supported. eg:…
-1
votes
1 answer

postman environment variables not working?

Not getting data with environment variable but when putting with hardcoded url: http://localhost:3000/api/v1/store it be getting data: Get data with hardcoded url What something went wrong ? please advise
-1
votes
1 answer

All POST tests failing in Postman collection run

I have been tasked with determining why certain tests are failing in Postman's collection runner. I found this question helpful but it does not address the scope of my issue. This post suggests I could be sending the request with invalid JSON, but…
-1
votes
2 answers

Permission denied when try to fetch records from zoho people

I am trying to fetch records from zoho people API .. For this i am using POSTMAn. I successfully create token in postman and when i try to apply this link in get field then this shows an error "permission denied" i tried from past few days but did…
-1
votes
1 answer

Postman REST API: Compare two XML response

I am trying to compare XML reponse of 2 REST API's. I wanted to compare few fields from Response1 to Response2. Response1: Bondi…
rksekar
  • 3
  • 4
-1
votes
1 answer

How can we use postman global variable in the jenkins

I am able to configure and execute postman/newman build with the jenkins with the use of postman collection's environment variable and its working fine. The issue is when i try to use global variable file along with the main collection and…
-1
votes
1 answer

Postman Collection Runner: exported results do not have complete responses

I am using the Postman tool and created collection. I have executed a collection using Postman Collection Runner, then I am able to view results. It is fine. But when I exported the results file the using "Export Results" tab, I am not able to see…
Nag-Raj
  • 119
  • 1
  • 3
  • 11
-2
votes
1 answer

Autodesk Forge Postman

While sending a request in Postman to https://developer.api.autodesk.com/authentication/v1/authorize I am getting the error and code is showing and returning message as
-2
votes
0 answers

Errors trying to install newman in ubuntu

npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN checkPermissions Missing write access to /usr/local/lib npm ERR! code EACCES npm ERR! syscall access npm ERR! path /usr/local/lib npm ERR! errno -13 npm ERR!…
1 2 3
22
23