Automated API testing with Postman & Newman including detailed HTML report
This repository showcases API testing for the LouisH2 project using Postman and Newman. It includes dynamic test scenarios, error handling, and a detailed HTML report generated using the htmlextra reporter.
| File Name | Description |
|---|---|
louish2 Final.postman_collection.json |
Postman collection with all API endpoints tested |
newman-report.html |
Newman HTML report (144 assertions, 1 failure, 0 skipped) |
- Postman – For API request scripting and testing
- Newman – CLI tool to run Postman collections
- htmlextra Reporter – Custom HTML reports
npm install -g newman newman-reporter-htmlextranewman run louish2 Final.postman_collection.json -r htmlextra --reporter-htmlextra-export newman_report.html-
🔐 Auth (3 requests)
registercheck otplogin
-
🧾 Post Management (6 requests)
storestore_2getupdateeditdelete
-
🌟 Review Module (2 requests)
storemy all tools review
-
🖥️ Frontend Tools Display (5 requests)
popular toolsper toolssearchall locationall category
-
💬 Chats (2 requests)
send messageget all message
-
📅 Booking (2 requests)
storeget all booking
-
💼 Account (2 requests)
create accountwithdraw request
-
💰 Earnings (1 request)
my rent
-
📊 Dashboard (1 request)
total data
-
🙍♂️ Profile Management (5 requests)
get all informationupdate informationchange passwordprofile picturedelete account
| Summary View | Failed Test Detail View |
|---|---|
![]() |
![]() |
📎 View Live Postman Collection Documentation
AB Rahman
Manual + Automation QA Enthusiast
📧 Email: abdurtutul6@gmail.com

