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

Siddik-1997/Random-User-API-Performance-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Random-User-API-Performance-Test

What is Performance Testing:

Performance Testing is defined as a type of software testing to ensure that software applications will perform well under their expected workload.

  • It focuses on certain factors of a Software Program such as:
    • Speed – It Checks whether the response of the application is fast.
    • Scalability – It determines the maximum user load.
    • Stability – It checks if the application is stable under varying loads.

Technology used: Apache JMeter

I used it for these characteristics:

  • Open source application – Apache JMeter is an openly available free tool & it facilitates users or developers to use the code for other development or modification purpose.
  • Platform independent – It can run on any platform & also it is capable enough to check the load & performance of any server requests.
  • User friendly GUI – Its user-friendly, simple & easy to understand.
  • Installation – It’s easy to install on different OS.
  • Record & Run: JMeter provides the facility to record the steps by using Blaze master add-on & run with any number of threads & listeners.

Server URL:

What I have done?

  • I have done performance testing including Load Testing and Stress Testing.

  • Load Testing: This testing is used to check the extreme load of a system that can be aimed to handle.

    I started with 834 requests in 300 seconds and finally I executed with 4167 requests in 1500 seconds. I got the expected TPS (2.7) for every test iteration.

    Load Testing

  • Stress Test: This test tries to break the system by crushing its resources.

    I checked it in 25 minutes (1500 seconds) considreing 4167, 4500, 4700, 5000 requests. This server successfully run with these requests except 5000 requests in 1500 seconds. It shows an error 1% that is called as bottleneck point.

    Stress Testing

Report:

  • Report file is available in this repository (resource folder).
  • Excel sheet has two tabs: one is for Load test and another one for Stress test.

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