Here’s is the top 30 reason for using Jmeter as a performance testing tool. Jmeter is an open source tool. There seem to be more cost saving for MQ ,SOAP,FTP protocols when considering other proprietary tools in the market. Customized/Specialized reports are given in proprietary tools to attract the end users. Jmeter has simple reports […]
Tag: jmeter
AutoMeter is an automation tool which helps us to create distributed load testing environment. It is developed and released by Intuit to open source world. It includes Jmeter in Docker image. It provides single command to start, stop test. At the end of the run, we get reports in master docker node. It can also […]
In many situations, we encounter in referring the variables from one thread group to another. Even I found myself every time I end up in searching for the solution. Finally, I have decided to write it here, there are many ways to transfer variables, I preferably choose the following method. 1) Set up Thread Groups […]
Scenario: Do you have the following scenario to execute by Jmeter and not able to find the solution? Having HTTP Request / REST Request in a test plan, required to execute the test for 1 hour duration without bothering repetition , and to Find the application robustness and consistency to bear max load? Find no. […]
In this tutorial we are planning to explain step by step on how to record HTTP/HTTPS sessions. Setup Instructions Go to JMETER_HOME/bin and start JMETER with jmeterw.cmd and jmeter in linux/unix. Select “Test Plan”, right click on “Test Plan” and add a new thread group: Add > Threads (Users) > Thread Group. 3. Select “Thread […]
Endurance Test: Performing a long run load test and finding the performance bottleneck of the given server is called Endurance Test. Often in performance testing testers would face the following 2 scenarios, 1) Running single testplan for more than 8 hours 2) Running Multiple testplans one after another for more than 8 hours or overnight (without […]
Jmeter is an open source tool. There seem to be more cost saving for MQ ,SOAP,FTP protocols when considering other proprietary tools in the market. Customized/Specialized reports are given in proprietary tools to attract the end users. Jmeter has simple reports and it will be helpful to analyse the server logs and get into the root cause of […]
Jmeter Problems and Solutions
1) How to handle sessions in Jmeter? Add->Pre-Processors->HTTP URL Re-writing Modifier for the sampler where your session variable is present Then add your variable in session argument name and check cache session id. Please see the image below: 2) How to customize the user data/ how to run the script for multiple users in Jmeter? […]