Top "Jmeter" questions

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

How do threads and number of iterations impact test and what is JMeter’s max. thread limit

Would you please tell me the max limit of no. of threads that i can use in JMeter 2.4 for conducting …

jmeter performance-testing
Jmeter does not send JSON data in POST

I am trying to do a POST in jmeter with a json as the body data but I just get …

json post jmeter
Jmeter Current Thread Number?

I am using a Thread Group with Number Of Threads = 5 with an HTTP request. In the request I want to …

multithreading jmeter
Running Selenium scripts with JMeter

I have Selenium automation scripts ready with functional flow, now I want to integrate those scripts with JMeter for load-testing. …

java selenium junit automated-tests jmeter
JMeter - Trouble sending HTTP request with POST variable?

I am trying to load test a java servlet that fetches records from an archive database. The servlet works as …

jmeter load-testing
jMeter loop through all values in CSV

I am trying to do some test with jMeter. I have CSV file with the urls and want to iterate …

jmeter
JMeter Alter HTTP Headers During Test

I'm attempting to test an HTTP service with JMeter. The HTTP service requires authentication through a simple bearer token mechanism. …

http-headers jmeter
Workbench section not showing in apache jmeter

I am new to jmeter. I successfully installed jmeter into my windows machine. I opened "jmeter.bat" under apache-jmeter-4.0\bin. …

java apache jmeter workbench jmeter-4.0
JMeter Append Random Number to Form Field

I am load testing a registration form on my internal website and it has one field which must be unique (…

jmeter
Configuring response timeout in Apache JMeter

I am trying to check if a particular HTTP request's response time is over 30 seconds, and if it is, then …

timeout jmeter httpresponse load-testing performance-testing