Skip to content

This repository contains a performance testing project for a Random system. The tests include a set of random user scenarios designed to stress the API and measure its behavior under various conditions as well as load testing to validate the API's behavior under heavy load. The results of the tests are documented in an excel sheet.

Notifications You must be signed in to change notification settings

Ruman165837/Random-User-API-Performance-Test-Using-JMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains a performance testing project for a Random system. The tests include a set of random user scenarios designed to stress the API and measure its behavior under various conditions as well as load testing to validate the API's behavior under heavy load. The results of the tests are documented in an excel sheet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published