NeoSOFT-Technologies / rest-node-nestjs

With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
https://neosoft-technologies.github.io/rest-node-nestjs/
Apache License 2.0
54 stars 36 forks source link

Unit Test Cases #146

Open santoshshinde2012 opened 3 years ago

MohsinNeosoft commented 3 years ago

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