Top "Newman" questions

Newman is a wrapper around Apache HttpClient for Scala, it allows request and response serialization, supports ETag HTTP caching and in memory response caching with TTL expiry.

Sending Binary Data with Postman and Newman

I am trying to create a collection that will upload images and be able to run it in multiple iterations …

file-upload postman newman
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
Using a POST request with body data imported from a CSV file in Postman

I am new to POSTMAN and facing an issue with driving data from an external source like a CSV file …

api automation postman newman
How to fix the read ECONNRESET at request ( with newman tool)

I am trying to execute the POSTMAN collection with multiple requests using the NEWMAN CLI tool. All the requests in …

rest api postman newman
Run Newman in jenkins

this is my first time using Jenkins for automated test.I've tried to run a test by integrate Newman with …

jenkins postman newman
connect ETIMEDOUT error using POSTMAN with NEWMAN

I'm using Newman in order to execute a POSTMAN collection but I always have the error "connect ETIMEDOUT". Using just …

timeout postman newman
How do fix newman error self signed certificate?

I get this error when running newman v.3.2.0: # failure detail 1. Error self signed certificate

ssl newman
NPM Package Error- 'newman' is not recognized as an internal or external command

I have installed the latest version of Newman (3.10.0) in my 64-Bit Win 10 Machine. C:\Users\ABC>npm install -g …

npm postman newman
Postman / Newman retry in case of failure

In Newman I want to tests to make sure that response code is correct, response time is reasonable and that …

postman newman
Running multiple requests in parallel via Postman Newman to load test the API

I'm not a Node.js developer but I installed Newman Postman just to be able to load test my API. …

node.js api postman load-testing newman