https://github.com/md-mostafa/dmoney_api_test_using-postman-newman
This project uses postman and newman to test an api following standard test cases
https://github.com/md-mostafa/dmoney_api_test_using-postman-newman
apitesting newman postman
Last synced: 11 months ago
JSON representation
This project uses postman and newman to test an api following standard test cases
- Host: GitHub
- URL: https://github.com/md-mostafa/dmoney_api_test_using-postman-newman
- Owner: md-mostafa
- Created: 2023-01-27T14:04:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T16:12:14.000Z (over 3 years ago)
- Last Synced: 2025-01-11T12:28:29.133Z (over 1 year ago)
- Topics: apitesting, newman, postman
- Language: HTML
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMONEY API Test Using Postman Newman
This project uses postman and newman to test [DMoney API](http://dmoney.roadtocareer.net/)
---
### API Documentation
- [Dmoney API Test](https://documenter.getpostman.com/view/12316264/2s8ZDeUKKL)
### Test Scenarios
- Login as admin
- User creations
- Deposit to agent
- Deposit to customer
- Withdraw money
- Send money
- Check customer statement
### Test Cases
The test cases are written in a standard test format
- [DMoney API **Test Cases**](https://docs.google.com/spreadsheets/d/1OfFaWJP-qYdu_CYSqt91RDGwIn1UYZ95KDtUym4f5NE/edit?usp=sharing)
### Bug Report
Written in a standard bug report format
- [DMoney API **Bug Report**](https://docs.google.com/spreadsheets/d/149HRZVbf2dHvSBUkl85E2cmW78DyTaUisMmo0xfrZso/edit?usp=sharing)
---
### Prerequisites
- Postman
- Nodejs
- VsCode
### How to run the project
1. Clone the repo
2. Open cmd in the root folder
3. Give the following commands
```
npm i
```
```
npm run test
```
### Generated reports
