The video describes the steps of performing API stress test.
The tools used:
1. Postman (https://www.postman.com/product/tools/)
2. Node.js (https://nodejs.org/en/)
3. Newman use: npm install -g newman. (https://www.npmjs.com/package/newman)
4. newman-reporter-htmlextraUse: npm i newman-reporter-htmlextra
(https://www.npmjs.com/package/newman-...)
Steps:
1. Export the Collection and Environment variable into a folder
2. Go to the folder you exported and run on the cmd prompt:
newman run collection_file_name -e environment_file_name -n number_of_iterations -r htmlextra