Saturday, May 30, 2020

How to plan load tests by using apache jmeter

The load tests use Apache JMeter to simulate a large number of users who access the web app simultaneously. The tests fetch the web content from the app that runs on Azure App Service, in the target environments.

It's an open-source load-testing tool that analyzes and measures performance. The report it generates is an XML file. I normally use the JMeter graphical user interface

How to create the test plan ?




kaushik then creates a new test plan file, named LoadTest.jmx. To the file, he adds a Thread Group. Each simulated user runs on its own thread. A thread group controls the number of users and the number of each user's requests.



The following example shows 10 simulated users (threads). Each user makes 10 requests. So the system gets a total of 100 requests.











No comments:

Post a Comment