https://github.com/sabihahussaini/api-user-testing-postman
Postman API testing project using REST methods (GET, POST, DELETE) with a bug report and sample collection.
https://github.com/sabihahussaini/api-user-testing-postman
api-testing bug-report json manual-testing postman rest
Last synced: 12 months ago
JSON representation
Postman API testing project using REST methods (GET, POST, DELETE) with a bug report and sample collection.
- Host: GitHub
- URL: https://github.com/sabihahussaini/api-user-testing-postman
- Owner: Sabihahussaini
- Created: 2025-03-25T18:37:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T18:46:22.000Z (about 1 year ago)
- Last Synced: 2025-03-25T19:34:50.202Z (about 1 year ago)
- Topics: api-testing, bug-report, json, manual-testing, postman, rest
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README_Postman_API.md
Awesome Lists containing this project
README
# User API Testing with Postman
This project demonstrates how to test RESTful API endpoints using Postman.
## ๐ง Tools Used
- Postman
- JSONPlaceholder test API
- REST methods: GET, POST, DELETE
## ๐งช API Endpoints Tested
1. **GET** - Fetch all users
2. **POST** - Create a new user
3. **DELETE** - Remove a user
## ๐ Bug Reported
- POST request does not validate email format (no 400 error on bad input)
## ๐ Files Included
- `User_API_Testing.postman_collection.json` โ Postman collection
- `Bug_Report.docx` โ Sample bug from the test