This project uses postman and newman to test DMoney API
- Login as admin
- User creations
- Deposit to agent
- Deposit to customer
- Withdraw money
- Send money
- Check customer statement
The test cases are written in a standard test format
Written in a standard bug report format
- Postman
- Nodejs
- VsCode
- Clone the repo
- Open cmd in the root folder
- Give the following commands
npm i
npm run test