Top "Jmeter" questions

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

JMeter : How to record HTTPS traffic?

I'm using Apache JMeter 2.3, which now supports "attempt HTTPS spoofing" under the Proxy Server element. I've tried this on several …

performance https automation jmeter load-testing
JMeter how to NOT fail 500 Internal Server Errors

I am using JMeter as a unit test tool, in parameterised calls where I expect some of the responses to …

jmeter assertion
ApacheJMeterTemporaryRootCA.crt not generated

I am new to JMeter. I believe I have installed it successfully and I am running through the script recorder …

certificate jmeter recorder
Testing Java Classes with JMeter

I'd like to test a Java Service Call. My first attempt was to use the "Java Request Sampler" The docu …

jmeter
How to handle post method in Jmeter for load testing?

I want to perform load testing post method using jmeter on application server. I performed load testing many times get …

jmeter jmeter-plugins
Use of Beanshell Preprocessor for Parameterization in JMeter

I am trying to use beanshell preprocessor for parameterization in JMeter script.My JMeter script structure is as mentioned below. …

jmeter load-testing beanshell jmeter-plugins parameterization
URL encode variable in Jmeter

I need to encode a variable in Jmeter, but it isn't a parameter. For example: URL path: /folder/guest/id;…

url automation httprequest jmeter
How to let jMeter http request sampler generate parameters?

Is there a way to generate random parameter values in jMeter http request sampler or any other sampler?

parameters query-string jmeter
How do I generate a timestamp and put it in a variable in jmeter?

How do I generate a timestamp and put it in a variable in jmeter? So that the variable can be …

jmeter beanshell
How to parse response of sample1 to create new sample in JMeter

I use JMeter to do performance test of web server. My test case is as following: step1: send file update …

jmeter