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

https://github.com/himu143/dmoney-apitesting_newman

This repository contains API testing for the Dmoney server. The testing includes comprehensive test cases and assertions to ensure the APIs are functioning as expected. A Newman report has been generated for the API test results, and a bug report has been created to document any issues found during testing.
https://github.com/himu143/dmoney-apitesting_newman

api-testing bug-reports newman newman-report post-api postman

Last synced: 3 months ago
JSON representation

This repository contains API testing for the Dmoney server. The testing includes comprehensive test cases and assertions to ensure the APIs are functioning as expected. A Newman report has been generated for the API test results, and a bug report has been created to document any issues found during testing.

Awesome Lists containing this project

README

        

## Dmoney-ApiTesting_Newman

## Project Scenario

1. Admin creates an agent and random 2 customers
2. Deposit some money from SYSTEM account to the agent
3. Agent deposit to any of 1 customer
4. The customer checks balance
5. Then withdraw any amount from the agent
6. And send money to the other customer
7. Then the customer will check statement
8. For each transaction, assert expected balance

## How to run this project
- clone this project
- give this command
- npm i
- npm run report

## Pre-condition
- Node.js must be installed

## Technology used
- Postman
- Newman

## Project Documentation
- https://documenter.getpostman.com/view/19869486/2s8ZDbXM3b

## Test Cases
- https://docs.google.com/spreadsheets/d/1dbFwdEAtWv86cOGhvtEaidMH5R-d9Z2Zm6hqX2pU6w4/edit?usp=sharing

## Issue Report
- https://docs.google.com/spreadsheets/d/1Bz4s2bN3UIkd2Vdoy2a6JxDY303Zu-Avm_0xNoHiqLE/edit?usp=sharing

## Newman Report

![report_newman](https://user-images.githubusercontent.com/78273243/215006487-af6735aa-bcad-4ff4-a4c2-30d178a9f92d.jpg)