Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.02 KB

File metadata and controls

48 lines (36 loc) · 1.02 KB

DMONEY API Test Using Postman Newman

This project uses postman and newman to test DMoney API


API Documentation

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

Bug Report

Written in a standard bug report format


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

report