Top "Jmeter" questions

Apache JMeter is an open source Java application, designed to load-test functional behavior and measure performance.

When to use "Follow Redirects" & "Redirect Automatically" while recording with jmeter.

I want to know the difference between Follow Redirects and Redirect Automatically while recording with Jmeter. Also what effect will …

redirect jmeter recording
How to get value from property in BeanShell (jmeter)

I have got several thread groups. I want to use variable from the first group. In second group this var …

variables jmeter beanshell
How to get the absolute folder location of a Jmeter .jmx project file from within itself?

I have a Jmeter project that is executed by Maven and is able to locate external Beanshell scripts by the …

jmeter jmeter-maven-plugin
How to install and use the JMeter plugin "Standard Set"

Hi I have downloaded the Standard Set from the JMeter plugin site. I installed it as it says here: http://…

jmeter jmeter-plugins
In JMeter and BeanShell, how can I make a variable lowercase?

In JMeter's User Parameters, how can I make a variable lowercase? Left column my_lowercase_variable Right column ${__BeanShell('${…

javascript jmeter lowercase beanshell
Access to JMeter script path

Is there a way of accessing the current script's absolute physical path via a variable/property? There doesn't appear to …

java jmeter
Purpose of Throughput Controller?

I need some help to use JMeter. I want to record two different scenarios like clicking 2 different buttons. If i …

jmeter load-testing
Ignore/Turn off verification of the certificate in Jmeter/Java

I am testing HTTPS Requests to a custom server using JMeter, but the certificate that the custom server returns in …

java jmeter ssl-certificate keystore ca
How to setup IP spoofing in jmeter?

I am now load testing a website through jmeter from my machine. But I want a real world scenario , so …

ip jmeter load-testing spoofing
Increment user defined variable in JMeter

I have a register REST service to be tested for performance. only required parameter mobilenumber has to be changed for …

groovy jmeter load-testing jsr223