- Introduction
- Test Cases Scenario
- API Endpoint Details
- How to run the project
- Postman API Documentation
- Technology Used
- Test Case Writing
- Bug Reporting
- Newman Report
The DMoney project is a demonstration platform designed to simulate financial transactions where users can transfer virtual or demo money.
- Admin creates an Agent, 2 random Customers, and a Merchant.
- Admin email:
admin@roadtocareer.netPassword:1234
- Admin email:
- Deposit some money from the SYSTEM account to the Agent.
- System account:
SYSTEMRange: 10 TK to 10,000 TK
- System account:
- Agent deposits money to one of the Customers.
- Hint: fromAc:
Agent, toAc:Customer
- Hint: fromAc:
- Check the Agent's balance.
- Then, send money from one Customer to another Customer.
- Hint: fromAc:
Customer, toAc:Customer
- Hint: fromAc:
- Withdraw any amount from a Customer to the Agent (range 10 TK to 10,000 TK).
- Hint: fromAc:
Customer, toAc:Agent
- Hint: fromAc:
- Check the Customer's balance and transaction statement by trnxId.
- Make a payment from the second Customer to the Merchant.
- Hint: fromAc:
Customer, toAc:Merchant
- Hint: fromAc:
- The second Customer checks both balance and transaction statement.
- The Merchant checks his balance.
-
User API Endpoints: https://dmoney.roadtocareer.net/api-docs/user
-
Transaction API Endpoints: https://dmoney.roadtocareer.net/api-docs/transaction
-
Partner Key: X-AUTH-SECRET-KEY:
ROADTOSDET
- clone this project
https://github.com/rashadkhan97/DMoney-REST-API-with-Newman-Report.git - Open with any code editor / Command Shell
- Give the following command
npm iandnode .\report.js
- Postman: If you haven't already, download and install Postman.
- Newman
For view purposes, one of a feature test case writing sheet screenshot is given.
To see the full test cases and better understanding click the link - **Test Case Writing Sheet Link**
For more clear view click on the link - **Bug Report Sheet Link**





