Top "Performance-testing" questions

Performance Testing: The process of testing to determine the performance of a software product.

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
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
How to save response in a variable in jmeter

I am performing load testing on my server using jmeter. In one of my post requests, I receive a unique …

post jmeter performance-testing load-testing
Is JUnit the right tool to write performance tests?

In the last week I've created two classes which my team expressed some concerns about in regards to their performance. …

java junit performance-testing
I m getting java.net.SocketException: Connection reset exception while running a load test using Jmeter

I m running a load test on login page of my application for 100 users out of 100 20 users are passing rest 80 …

jmeter performance-testing socketexception
How to perform load testing for website using JMeter

I want to create a script in JMeter that simulates e.g. 100 users accessing our site over a period of 3…

testing jmeter performance-testing load-testing
How to performance test an AngularJS Web Application?

I used to do performance testing on websites mostly with JMeter scripts. However, more and more projects are build with …

angularjs jmeter performance-testing
Modularising scenarios to run in sequence using Gatling

I'm trying to modularise a series of performance tests in Gatling. Several of the tests execute the same initial path …

scala performance-testing gatling
How do I calculate the number of concurrent users to use in a load test?

We’ve come across this question fairly often at Load Impact, so I thought I’d add it to the …

testing performance-testing load-testing stress-testing
Random selection from CSV file in Jmeter

I have a very large CSV file (8000+ items) of URLs that I'm reading with a CSV Data Set Config element. …

csv random jmeter performance-testing