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.
- Host: GitHub
- URL: https://github.com/himu143/dmoney-apitesting_newman
- Owner: Himu143
- Created: 2023-01-27T03:35:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T04:43:28.000Z (over 2 years ago)
- Last Synced: 2025-01-12T08:33:41.415Z (5 months ago)
- Topics: api-testing, bug-reports, newman, newman-report, post-api, postman
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
