π API Testing for RESTful Booker | A comprehensive test suite using Postman, Newman, and AI-generated test scripts to validate the functionality, security, and performance of the RESTful Booker API. Includes detailed test reports, test cases, and execution results for ensuring API reliability. Let me know if you want any modifications! π
This project aims to test the RESTful Booker API, a fictional hotel booking system, ensuring its functionality, reliability, security, and performance through automated API testing.
- Postman - API testing & collection creation (with AI-generated test scripts)
- Newman - CLI tool for running Postman collections
- HTML Reports - Test execution results visualization
π¦ RESTful-Booker-API-Testing
β£ π Postman_Collections # Contains Postman JSON collection
β£ π Reports # Newman HTML reports
β£ π Documentation # Test Plan, Test Cases, Summary
β£ π README.md # Project Overview & Setup Instructions
Ensure Node.js and Newman are installed:
npm install -g newman
npm install -g newman-reporter-htmlextra
Execute tests via Newman:
newman run Postman_Collections/#2Project_Restfull_Booker.postman_collection.json -r cli,htmlextra --reporter-htmlextra-export Reports/newman-report.html
- Test Execution Report: newman-report.html
- Test Plan : "restful-booker_Test Plan.pdf"
- Postman_Documatation #2 : https://l1nq.com/blhjS
- Postman_Documatation #3 : https://documenter.getpostman.com/view/40062290/2sAYk8uhyx
- #4 Data-driven testing with Postman. : https://documenter.getpostman.com/view/40062290/2sAYkANh86