Top "Jmeter" questions

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

How to test an expected 404 response with JMeter

I want to create a JMeter test that will request a page that I expect to return a 404 and assert …

jmeter
Execute multiple goals with parameters in maven

I am trying to execute multiple goals in maven I have my Pom.xml like <plugins> <plugin&…

maven parameters jmeter jmeter-maven-plugin
Benefit of 'Delay Thread creation until needed' option in Jmeter

Can anyone please tell me the benefits of "Delay Thread creation until needed" option in Jmeter - Thread Group? I …

jmeter jmeter-plugins
jmeter testcases which can handle captcha?

We are trying to build a jmeter testcase which does the following: login to a system obtain some information and …

captcha user-input jmeter
JMeter: Calling external classes and methods?

I have a Java test project that I would like to import in my JMeter test so that I can …

java jmeter beanshell
How to use jmeter ui on ultra high resolution display

The jmeter UI on windows 8 with a 3200X1800 Lenovo Laptop is unusable. Fonts on the far left pane are toooo …

jmeter hdpi highdpi
How to count failed requests with jmeter

I am running JMeter and I want a count of all the failed requests that either timed out, or, just …

httprequest jmeter stress-testing
Change the thread count of test plan in JMeter, at run time

I want to change the number of threads for a JMeter test plan at runtime. I have Googled my problem …

java jmeter load-testing
JMeter | How to define variables such that their scope is in {thread, Thread-Group, Test-Plan} from within BeanShell

I am trying to write a test plan, where a custom report is generated based on the text on the …

testing jmeter beanshell