An open API service indexing awesome lists of open source software.

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.

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