Top "Load-testing" questions

Load Testing: A type of performance testing conducted to evaluate the behavior of a component or system with increasing load, e.g. numbers of parallel users and/or numbers of transactions, to determine what load can be handled by the component or system.

Use of Beanshell Preprocessor for Parameterization in JMeter

I am trying to use beanshell preprocessor for parameterization in JMeter script.My JMeter script structure is as mentioned below. …

jmeter load-testing beanshell jmeter-plugins parameterization
Intentionally Slow Down HTML/PHP Page Load to Test

I'm curious if there exists a method to intentionally slow the page load? I'm testing my HTML & PHP pages …

php javascript jquery testing load-testing
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
How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are …

java testing jmeter load-testing webapplicationstresstool
Variable input for JMeter Load testing?

I need to load test a service I've developed but I need the data that I post to the web …

jmeter load-testing
How to send dynamic URL parameter with JMeter

I want to send URL (PATH) as /controller_1/1/ /controller_2/2/start But the parameter #2 of controller_2 is dynamic. How to send …

jmeter load-testing
What is the highest number of threads that is reasonable to simultaneously run in Jmeter?

I want to use the highest possible number of threads (to use less computers) but without making the bottleneck to …

http web-applications load-testing jmeter
Install Web Performance and Load Test Project Template into Visual Studio Professional 2012

I want to do load testing inside Visual Studio Professional 2012. According to the tutorial here http://msdn.microsoft.com/en-us/…

visual-studio load-testing
JMeter and JavaScript

When I make HTTP Request in JMeter I get Response data like "This page uses JavaScript and requires a JavaScript …

jmeter stress-testing load-testing