Top "Jmeter" questions

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

How to clear the results in Aggregate Report's table in JMeter automatically when executing the same test plan again?

So after executing a test run, I have the Aggregate Report's table filled with the data of the test plan …

jmeter load-testing stress-testing
How send application/x-www-form-urlencoded params to a RestServer with JMeter?

I developed a rest server, and I put it to run in localhost, and I'm trying to perform tests with …

rest mime-types jmeter form-data
How to change content of Post Body in JMeter HTTP Request

Please forgive my ignorance as I'm a jmeter noob. My webservice accepts JSON objects so I was able to write …

json httprequest jmeter load-testing
WebSocket plugin for Jmeter

Can someone share me a link with plugin sampler for Websocket protocol for JMeter? I tried to install from the …

websocket jmeter jmeter-plugins
How to simulate requests per minute in JMeter

I need to simulate 'n' number of request per minute. I am load testing 5 different webservices each of which should …

jmeter
How to run jmeter script from eclipse

Please let me know whether it is possible to run jmeter script from eclipse? If yes Please let me know …

jmeter jmeter-plugins
jmeter - second post request is not using the JSESSIONID created on my log in post request

I was successfully able to send a POST request for my log in end point and a JSESSIONID was created. …

post https jmeter jsessionid
JMeter - Why once only controller runs more than once

I added two request one for login to store the session id and another request to check the load test …

jmeter
Apache JMeter : Add random data in body for request

I'm working on stress testing our application in Apache JMeter. I thought of calling register user method which will add …

java random jmeter stress-testing
Reference a variable within a variable in JMeter

I'm working with JMeter. I'd like to specify the test host using user defined variables, like this: variable name value …

variables jmeter