Skip to content

This repository contains performance testing for the Dmoney server APIs using manual test cases. Assertions have been performed to verify the API responses and a CLI report has been generated to showcase the performance results.

Notifications You must be signed in to change notification settings

touhid-96/demo-transaction-api-jmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Performance Testing of Fintech API using Jmeter

Technology and Tool Used

  • Apache JMeter
  • Java

Requests

  1. Admin creates an agent and a customer
  2. Deposit 2000 tk to agent from system account (fromAc: SYSTEM)
  3. Deposit 1000 tk to customer from agent account
  4. Check balance from customer account
  5. Withdraw 500 tk from customer account
  6. Search the newly created user by email
  7. Payment 200 tk from customer account (Merchant account: 01712121212)

How to run this project

  • clone this project
  • copy the load_test_b9.jmx file into bin folder of installed location of Jmeter
  • open the load_test_b9.jmx file with jemeter & run the project
  • to Generate report on the command prompt, delete the already copied .csv file and Report folder from the project
  • hit the following command:
    jmeter -n -t .\load_test_b9.jmx -l .\load_test_b9.csv -e -o Report

Prerequisite

  • Jmeter and Java must be installed

Generated Html Report

html-report-1 html-report-2

Summary Report

summery_report

Requests Screenshot:

http_requests

About

This repository contains performance testing for the Dmoney server APIs using manual test cases. Assertions have been performed to verify the API responses and a CLI report has been generated to showcase the performance results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published