postman-collection-runner Questions
5
Solved
After the last Postman update I'm getting the error in the title on the Collection Runner page. I have been running about the same number of collections as always, but I noticed an automatic update...
Persecute asked 15/2, 2023 at 22:24
8
Solved
I have multiple collections on the same Workspace on Postman. Unfortunately things are starting to get messy, to many Collections from different projects on the same place.
How can I move some Col...
Cly asked 6/2, 2020 at 20:0
25
I just started using Postman. I had this error "Error: socket hang up" when I was executing a collection runner. I've read a few post regarding socket hang up and it mention about sending a request...
Flask asked 8/6, 2017 at 4:17
7
I am working on a project where I have to hit a web service multiple times with different values of a variable
For example, http://mywebservice.com?variable1={{value}}
and different values are ...
Arbil asked 5/1, 2018 at 12:12
2
Solved
I want to parameterized my tests in Postman. This is the example body of POST request:
{
"entity_id": "{{entity_id}}",
"text": data.comment_name
}
entity_id is global variable and it works cor...
Retrusion asked 9/1, 2018 at 8:40
1
I am running the postman runner for a GET request, that uses a data file to iterate through values for a query parameter, such as a user's email. I'd like to store the response for each iteration i...
Eastlake asked 5/1, 2022 at 13:25
6
Solved
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 i...
Level asked 7/9, 2016 at 13:36
4
Solved
I am trying to write some tests for Postman. Many of the requests require an API key that gets returned by an initial GET request.
To set something hard-coded that is not dynamic, it looks like th...
Situla asked 30/9, 2018 at 22:25
6
Solved
I want to test the collection Test Server in Postman Collection Runner. However, when I run my tests they don't respond with a pass or fail. Postman only displays "No test" as a result.
Why are my...
Junejuneau asked 14/7, 2016 at 4:8
5
Solved
I have a postman collection, with a set of three API calls I'd like to chain together and feed with a data file using the runner function. Lets say they're:
/prepareUpload
/upload
/confirmUpload
an...
Steppe asked 27/7, 2020 at 18:20
3
I am new to Postman and running into a recurrent issue that I can’t figure out.
I am trying to run the same request multiple times using an array of data established on the Pre-request script, howe...
Chamonix asked 7/3, 2019 at 13:38
5
I'm testing API with Postman and I have a problem:
My request goes to sort of middleware, so either I receive a full 1000+ line JSON, or I receive PENDING status and empty array of results:
{
...
Latter asked 8/4, 2017 at 14:7
1
Postman (the company) indicates that commercial use is permitted providing you adhere to the licence according to their support statement below, however while the support statement appears on the s...
Iyeyasu asked 30/7, 2021 at 23:59
6
Solved
I have set up a collection in PostMan and am able to save my bearer token value to an environment variable successfully using the following test
var jsonData = JSON.parse(responseBody);
pm.environ...
Dihedral asked 17/6, 2018 at 5:23
2
Solved
I have an API request that I need to run in Postman-Collection-Runner thru multiple iterations. The API request uses Variable.
How can I make this variable to automatically increase with each ite...
Responsion asked 30/7, 2019 at 21:3
2
Solved
PostMan 6.0.10 here. I'm trying to understand how to write test scripts a little better, and after reading their otherwise superb documentation I still have some confusion surrounding how to query ...
Chorizo asked 31/3, 2018 at 9:47
1
Solved
I have two scenarios for the following API URL.
POST http://{{ip_port}}/oauth/token
When I put the user name and password correctly, it should return
200 and mock json response.
When I put us...
Blueweed asked 8/5, 2019 at 7:13
3
Example url: https://abc.xyz.com/m#
HTML Response:
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
.
.
</head>
<body class="abc">
.
.
.
<script>xab.start('{\...
Scholl asked 19/8, 2018 at 17:6
3
I want to use the Postman Collection Runner to submit requests to an XML API based on data imported from a CSV spreadsheet. However, rather than running an entire collection, I want to only run an ...
Hali asked 26/12, 2017 at 16:2
1
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 →*
Cache-Control →no-cache
Content-Dispo...
Washcloth asked 22/6, 2018 at 8:52
1
Solved
My 1st request is: GET http://example.com?int={{$randomInt}}.
I need to run 2nd request (with other tests in it) to the same address, so I need to save generated variable. How can I do it?
I was t...
Requisition asked 10/1, 2018 at 9:47
1
© 2022 - 2024 — McMap. All rights reserved.