Top "Jmeter" questions

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

JMeter - Webdriver error : java.lang.NoClassDefFoundError: com/sun/jna/platform/win32/Kernel32

This error: jmeter log, appears everytime I run a testscript in Jmeter. But everything works... It is just this error …

selenium selenium-webdriver jmeter jmeter-plugins kernel32
Jmeter vs LoadRunner in terms of vusers

I have found contradicting information, one saying JMeter can produce much more load then LR can, the other saying the …

testing jmeter performance-testing loadrunner
jmeter jdbc variable names query

Again more apologies from myself for being a Jmeter newbie - I'm a little stuck with the JDBC requests - …

jdbc jmeter oracle12c
How Throughput and Response time are related

I ran a JMeter test for 193 samples where I could see my average response time as 5915ms and Throghput as 1.19832. …

jmeter load-testing throughput response-time
Groovy script in JMETER

I was trying to add groovy (Groovy 2.4.3) to the JMeter 2.13. I am placing all the %groovy_home%/lib/.jars in %…

groovy jmeter beanshell jsr223
Ignoring errors in JMeter

I want JMeter ignore an error. That request error is expected and is part of our session initiation protocol. Can't …

jmeter
JMeter unknown arg ?t

I'm trying to run JMeter in non-gui mode (from the command line). I've seen in a number of places, including …

apache jmeter performance-testing load-testing
Cannot capture jmeter traffic in fiddler

I created a JMeter recording. But when I start the Test, I don't see any request going in Fiddler. I …

jmeter fiddler
Cannot instantiate class: org.apache.activemq.jndi.ActiveMQInitialContextFactory, using jmeter-maven-plugin

In few words, if I run the JMeter plan test below from Maven it gives the outcome: javax.naming.NamingException: …

maven jmeter activemq jndi jmeter-maven-plugin
Jmeter JSON Path Assertion

Below is my JSON response data, I need to do assertion using the below response. I tried in many ways …

json performance jmeter jmeter-plugins