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

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.

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