Load testing with Postman REST/RESTFUL tool

Kuntal picture Kuntal · Mar 30, 2016 · Viewed 93.4k times · Source

I have added the plugin Postman to Chrome browser for load testing of my API.

But I am clueless about how to do the load test with Postman tool.

My query is how to simulate "Virtual Users" in this tool?

Answer

Matt Frear picture Matt Frear · Jan 7, 2019

Postman has a Collection Runner which can be used for making API calls with multiple iterations.
You might be able to use it for load testing if you can figure out how to get it to run requests in parallel.

enter image description here