This Project Demonstrates API Testing . API tested in this project includes different HTTP request create , update, delete , get , post . test can be executed using postman collection runner and newman
- Node.js installed
- Newman Package installed
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json
install -g newman-reporter-html ( simple reports without formatting )
install -g newman-reporter-htmlextra ( advance html reports with formatting )
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r html ( simple html report is generated with folder name newman )
newman run CONTACTAPI.postman_collection.json -e CONTACTAPI.postman_environment.json -r htmlextra ( advance html report is generated with folder name newman )