NibrazKhan / Dmoney-Jmeter-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DmoneyAPI-Jmeter-Project

This is a Jmeter Project where the DmoneyAPI is tested by creating test cases for Login , Creating users , Searching users and also performing Update and Delete operations. The ramp-up and the number of threads were kept as 1.Here login credentials can also be used from the csv file without explicitly writing it in the body.

Steps to run this project:

  • Clone this project or download the .jmx file in the project directory.
  • You can generate your own HTML summary report by running the following code in the terminal:
jmeter -n -t DmoneyAPI.jmx -l DmoneyAPI.csv -e -o Reports

Summary Report

Statistics_report

Whole project structure in Jmeter

Image 1

  • All test cases passed can be viewed from Jmeter result tree:

Viewing_result_tree

Summary report in Jmeter.

Summary_report_jmeter

About