rest-node-nestjs icon indicating copy to clipboard operation
rest-node-nestjs copied to clipboard

Unit Test Cases

Open santoshshinde2012 opened this issue 3 years ago • 1 comments

santoshshinde2012 avatar Aug 29 '21 10:08 santoshshinde2012

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.

  1. Create New Collection.
  2. Save the API in that Collection
  3. Open the Menu of that Collection and click on "Run Collection"
  4. Set the number of Iterations (i.e. 100), Delay in milliseconds(i.e. 1) you want to have between each iteration.
  5. Click on Run button.
  6. Now you will be able to see the Each Iterations and their respective response.

For Reference:https://stackoverflow.com/questions/55045200/running-a-request-in-postman-multiple-times-with-different-data-only-runs-once

MohsinNeosoft avatar Sep 14 '21 12:09 MohsinNeosoft