Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 994 Bytes

File metadata and controls

32 lines (23 loc) · 994 Bytes

Random-User-API-Performance-Test-JMeter

Tecnhnology And Tool Used

  • JMeter
  • Java JDK
  • Google Sheet

Scenario

  • Load Testing
  • Stress Tesing

How To Run This Project

  1. Download the .jmx file
  2. Open CMD or your CLI mode Type the following commands:

jmeter -n -t [path of the dot jmx file] -l [path of thr reports.csv file] -e -o [blank folder html path to generate html report]

  1. here -n instruct jmeter run the test in non-GUI mode -t specify the path of .jmx file. -l instruct to write into log file results -e -o location of the output folder

Prerequisite

Install JDK 8 or 11

  • To check from cmd, hit: java –version

Performance Test Report

Test Report

image image