Skip to content

πŸš€ 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! πŸš€

Notifications You must be signed in to change notification settings

DUSAWANT3/Postman_-2_RestfullBooker_APIProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Postman_-2_RestfullBooker_APIProject

πŸš€ 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! πŸš€

RESTful Booker API Testing

πŸ“Œ Project Overview

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.

πŸ› οΈ Technologies Used

  • Postman - API testing & collection creation (with AI-generated test scripts)
  • Newman - CLI tool for running Postman collections
  • HTML Reports - Test execution results visualization

πŸ“‚ Folder Structure

πŸ“¦ 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

πŸš€ How to Run Tests

1️⃣ Install Dependencies

Ensure Node.js and Newman are installed:

npm install -g newman
npm install -g newman-reporter-htmlextra

2️⃣ Run Postman Collection

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 Results & Reports

image

About

πŸš€ 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! πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages