{"id":31644460,"url":"https://github.com/sharvarimehta/manualtesting-api-rest","last_synced_at":"2026-05-15T22:31:04.866Z","repository":{"id":310449554,"uuid":"1039529820","full_name":"SharvariMehta/ManualTesting-API-REST","owner":"SharvariMehta","description":"A sample project to practice API testing using the Restful-Booker application. It covers CRUD operations for hotel bookings, with focus on functional, negative, and authentication testing.","archived":false,"fork":false,"pushed_at":"2025-08-18T06:10:30.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T08:18:23.353Z","etag":null,"topics":["json","postman","rest","restful-api"],"latest_commit_sha":null,"homepage":"https://restful-booker.herokuapp.com/apidoc/index.html","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SharvariMehta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-17T12:45:21.000Z","updated_at":"2025-08-18T06:10:33.000Z","dependencies_parsed_at":"2025-08-18T08:18:24.301Z","dependency_job_id":"c4df8f60-621b-4132-bf01-9a1b0ec37400","html_url":"https://github.com/SharvariMehta/ManualTesting-API-REST","commit_stats":null,"previous_names":["sharvarimehta/manualtesting-api-rest"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SharvariMehta/ManualTesting-API-REST","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharvariMehta%2FManualTesting-API-REST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharvariMehta%2FManualTesting-API-REST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharvariMehta%2FManualTesting-API-REST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharvariMehta%2FManualTesting-API-REST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharvariMehta","download_url":"https://codeload.github.com/SharvariMehta/ManualTesting-API-REST/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharvariMehta%2FManualTesting-API-REST/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722768,"owners_count":26034461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","postman","rest","restful-api"],"created_at":"2025-10-07T04:52:58.549Z","updated_at":"2025-10-07T04:53:02.443Z","avatar_url":"https://github.com/SharvariMehta.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏨 RESTful Booker API – Manual Testing\n\n![Status](https://img.shields.io/badge/Status-Completed-brightgreen?style=for-the-badge)\n![Tool](https://img.shields.io/badge/Tool-Postman-FF6C37?style=for-the-badge\u0026logo=postman\u0026logoColor=white)\n![Language](https://img.shields.io/badge/Language-JSON-pink?style=for-the-badge\\\u0026logo=w3c)\n![API type](https://img.shields.io/badge/API%20Type-REST%20API-00A4EF?style=for-the-badge\u0026logo=testinglibrary\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/Repo%20Type-Testing%20Portfolio-white?style=for-the-badge\\\u0026logo=github)\n\n## 📌 Project Overview\n\nThis project demonstrates **end-to-end REST API Testing** on a sample hotel booking API.\n\n👉 [Restful-Booker](https://restful-booker.herokuapp.com/apidoc/index.html)\n\nIt covers **CRUD operations (Create, Read, Update Full, Update Partial, Delete)** along with **Authentication, Negative Scenarios, Boundary Value Cases, and Performance Testing**.\nThe focus is to showcase **end-to-end API validation skills** using **Postman collections** and related test scenarios.\n\n---\n\n## 🚀 Features Covered\n\n* 🔑 **Authentication \u0026 Security** – Token-based login, unauthorized access checks \n* 📖 **CRUD Operations** – Create, Get, Update (Full \u0026 Partial), Delete bookings \n* ❌ **Negative Scenarios** – Invalid IDs, invalid data types, missing fields \n* 📊 **Boundary Value Cases** – Large payloads, empty requests, special chars, high price values \n* ⚡ **Performance Testing** – Response time validation under different loads \n\n---\n\n## 🛠️ Tools \u0026 Tech Stack\n\n* **Manual Testing** – Postman (Collections \u0026 Runner)\n* **Documentation \u0026 Tracking** – Excel (Test Cases + RTM)\n* **Version Control** – GitHub\n\n---\n\n## 📂 Repository Structure\n\n```bash\n📦 restful-booker-api-testing\n ┣ 📂 Postman Collections   # Exported Postman collections\n ┣ 📄 Requirement.docx      # Requirement Document\n ┣ 📄 TestPlan.docx         # Detailed test plan\n ┣ 📄 TestCases.xlsx        # Designed test cases + RTM\n ┣ 📂 Reports               # Test execution results\n ┣ 📜 README.md             # Project documentation\n```\n\n---\n\n## 📊 Test Scenarios Covered\n\n✔ Authentication (valid/invalid)    \n✔ Create Booking (valid, missing fields, invalid types)    \n✔ Read Booking (valid \u0026 invalid IDs)    \n✔ Update Booking – Full (PUT) \u0026 Partial (PATCH)   \n✔ Delete Booking (valid, already deleted, unauthorized)   \n✔ Negative Testing (bad requests, unauthorized, invalid inputs)   \n✔ Boundary Value Testing (large payloads, empty, max values, special chars)    \n✔ Performance Testing (Response time checks under load \u0026 stress)    \n\n---\n\n## 🌟 Outcome\n\nThis project validates **API testing expertise** across multiple dimensions – functional, negative, boundary, and performance.\nIt demonstrates strong skills in **Postman, Test Case Design, RTM, and Response Time Validation**, making it a complete showcase of real-world API testing.\n\n---\n\n## 🙋‍♀️ Let’s Connect 👩‍💻\n\n- 📧 **Email:** [sharvarimehta97@gmail.com](mailto:sharvarimehta97@gmail.com)\n- 💼 **LinkedIn:** [linkedin.com/in/sharvarimehta](https://www.linkedin.com/in/sharvarimehta) \n- 🔗 **Postman Profile:** [postman.com/sharvarimehta](https://www.postman.com/sharvarimehta)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharvarimehta%2Fmanualtesting-api-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharvarimehta%2Fmanualtesting-api-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharvarimehta%2Fmanualtesting-api-rest/lists"}