Hi,
I would like to add some points on load testing through POSTMAN. This process helps in testing multiple APIs on one click or testing single API by running it multiple times on one click.
Please follow below steps.
Create New Collection.
Save the API in that Collection
Open the Menu of that Collection and click on "Run Collection"
Set the number of Iterations (i.e. 100), Delay in milliseconds(i.e. 1) you want to have between each iteration.
Click on Run button.
Now you will be able to see the Each Iterations and their respective response.
Hi, I would like to add some points on load testing through POSTMAN. This process helps in testing multiple APIs on one click or testing single API by running it multiple times on one click. Please follow below steps.
For Reference:https://stackoverflow.com/questions/55045200/running-a-request-in-postman-multiple-times-with-different-data-only-runs-once