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.

Tools for Ajax load testing

There seems to be a lot of stress/load testing tool that support AJAX. I am wondering how well does …

ajax load-testing
Purpose of Throughput Controller?

I need some help to use JMeter. I want to record two different scenarios like clicking 2 different buttons. If i …

jmeter load-testing
How to setup IP spoofing in jmeter?

I am now load testing a website through jmeter from my machine. But I want a real world scenario , so …

ip jmeter load-testing spoofing
Increment user defined variable in JMeter

I have a register REST service to be tested for performance. only required parameter mobilenumber has to be changed for …

groovy jmeter load-testing jsr223
How to benchmark php/mysql site

I would like to know how to benchmark a php/mysql site. We have a web app almost completed and …

php mysql benchmarking load-testing
How do I do load/stress testing of wcf services hosted in a windows service?

We have around 15 wcf services hosted in windows service. Some of the are in .NET 4.0 and some in .NET 3.5. I …

wcf performance windows-services load-testing stress-testing
Jmeter - testing multiple urls

I'm new to Jmeter; I would like to know how to test multiple urls (stored in a txt/csv file) …

load jmeter load-testing
status code 500 internal server error in LoadRunner

I have a web application which i need to be load tested using LoadRunner. When I record the website using …

load-testing loadrunner
How to test performance / load of a modern angular application

I want to load / performance test a web application which uses angular 6+ as the frontend-framework. The application is quite big …

angular performance testing performance-testing load-testing
Record time it takes JUnit tests to run

I would like to record how long it takes my JUnit test to run programmatically. I have a large number …

java junit load-testing