Skip to content

Performing a Load Test to determine the API's capacity and a Stress Test to assess the server's capabilities.

Notifications You must be signed in to change notification settings

Fayrose96/Random-User-API-Performance-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random-User-API-Performance-Test

About this project:

This project demonstrates how to perform load testing and stress testing using Apache JMeter. Our goal is to evaluate the web application named (Random Data API) performance under various load conditions and identify the stress points/bottleneck points.

Prerequisites

  • JMeter 5.6.2
  • Java Development Kit (JDK)

Installation

  1. Download and install Apache JMeter from the official website.
  2. Clone this repository or download the project files.

Configuration

  1. Open JMeter.
  2. Load the provided test plan into JMeter.
  3. Configure test variables and endpoints as needed in the test plan.

Running the Tests

  1. Open a terminal and navigate to the JMeter bin directory.

  2. Execute the following command to run the load test:

    jmeter -n -t path/to/load_test_plan.jmx -l path/to/results.jtl
    

Test Report

image

image

About

Performing a Load Test to determine the API's capacity and a Stress Test to assess the server's capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published