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?
With Postman, it's possible to easily consume local and internet services, and do load and performance tests on the responses to request cookies, status code, response time, and so on.
POSTMAN is a REST client used for performing backend API testing. In POSTMAN, we pass the API call and check the API response, status codes and payload. Swagger is another HTTP Client tool where we create API documentation and through swagger, we can also hit the API and get the response.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With