Top "Jmeter" questions

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

Run a jmeter thread group every 5 minutes

My jmeter test plan has a thread group that has a csv config and 2 HTTP requests I want to be …

loops jmeter threadgroup
No SOAP/XML-RPC Sampler exists in JMeter 3.2

I was a bit surprised that my JMeter 3.1 scripts didn't work in 3.2. What is the reason of removing SOAP/XML-RPC …

soap jmeter jmeter-3.2
How can I add delay between thread groups in Jmeter?

There are 7 thread groups in our test plan: Thread group 1 Thread group 2 Thread group 3 Thread group 4 Thread group 5 Thread group 6 …

multithreading performance jmeter performance-testing beanshell
How to get object result set from JDBC Sampler in JMeter Beanshell

I am having trouble getting the result set object from JDBC Sampler in JMeter. The JMeter documentation says this exactly: …

jmeter jmeter-plugins
JSON web token generator for JMeter

I'm trying to compare JWT value returned by an API call to an expected valid value in JMeter. For this, …

java json jmeter jwt beanshell
Set JMeter properties using Maven plugin

I am using the Maven plugin for JMeter (http://jmeter.lazerycode.com/). In my JMeter test plan I have defined …

maven properties jmeter jmeter-maven-plugin
How to generate random number using beanshell post processor in JMeter

I am trying to generate a random number using beanshell post processor but I am continuously getting an error "ERROR …

java jmeter beanshell
while and IF controller- Jmeter

I have a While controller with condition ${__javaScript("${DONE}"!="Downloaded")} which works perfect. Now I want to add another condition ${__…

testing jmeter load-testing stress-testing
What maven plugin is to be used for JMeter? jmeter-maven-plugin or chronos-jmeter-maven-plugin?

I need to setup performance tests which are run automatically triggered by a CI system. For that I want to …

maven jmeter jmeter-maven-plugin
JMeter : java.net.NoRouteToHostException: Cannot assign requested address (Address not available)

I have created a simple Spring boot Application having a HelloController. Get API: http://localhost:8080/hello Response: Hello World Now …

java performance spring-boot jmeter load-testing