https://github.com/shivshanker869/dummy-employee-api-testing
This repository contains REST API testing for a Dummy Employee Management API using Postman and Newman. It includes CRUD operations like Create, Read, Update, and Delete employee data. Detailed HTML reports are generated using the Newman HTML Extra Reporter. This project demonstrates API automation testing best practices for beginners.
https://github.com/shivshanker869/dummy-employee-api-testing
apitesting automated-testing newman postman rest-api
Last synced: 7 months ago
JSON representation
This repository contains REST API testing for a Dummy Employee Management API using Postman and Newman. It includes CRUD operations like Create, Read, Update, and Delete employee data. Detailed HTML reports are generated using the Newman HTML Extra Reporter. This project demonstrates API automation testing best practices for beginners.
- Host: GitHub
- URL: https://github.com/shivshanker869/dummy-employee-api-testing
- Owner: Shivshanker869
- Created: 2025-08-24T05:00:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T11:54:35.000Z (10 months ago)
- Last Synced: 2025-08-24T12:57:55.491Z (10 months ago)
- Topics: apitesting, automated-testing, newman, postman, rest-api
- Homepage: https://dummy.restapiexample.com/
- Size: 316 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dummy-Employee-API-Testing
This repository contains REST API testing for Dummy Employee API using **Postman** and **Newman**.
## Tools Used
- Postman for creating and running API tests.
- Newman for CLI execution of Postman collections.
- Newman HTML Extra Reporter for generating detailed HTML reports.
## How to Run Tests
1. Clone this repository.
2. Install dependencies:
```bash
npm install -g newman newman-reporter-htmlextra