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.

Getting AddressFilter mismatch at the EndpointDispatcher in SOAPUI request

My service is running fine If I use it via my client application. I am using same wsdl to load …

xml wcf load-testing soapui
how to set counter of loop inside loop correctly inside jmeter?

I have jmeter flow like this: ThreadGroup --Sampler to get the number of items and store to vars("numItem",XYZ) …

loops jmeter load-testing
Testing JSF application with JMeter - ViewState issue

All day I try to run JMeter tests of my JSF application. I am aware of ViewState, but it seemed …

java jsf viewstate jmeter load-testing
How to clear the results in Aggregate Report's table in JMeter automatically when executing the same test plan again?

So after executing a test run, I have the Aggregate Report's table filled with the data of the test plan …

jmeter load-testing stress-testing
How to change content of Post Body in JMeter HTTP Request

Please forgive my ignorance as I'm a jmeter noob. My webservice accepts JSON objects so I was able to write …

json httprequest jmeter load-testing
Failed requests by length in my ApacheBench load test result

I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below …

php scalability lighttpd load-testing apachebench
How can I catch a "failed to decode JSON" error message in Perl?

So I am trying to load test a REST API which returns a JSON value. To do that I am …

json perl load-testing stderr
Load testing WCF service (hosted on IIS)

What tools are there that I can test out a WCF service? I am expecting allot of load so I …

wcf performance iis load-testing
Web Capacity Analysis Tool (WCAT) Tutorial

I'm finding it very difficult to find any decent tutorials on how to get up and running with WCAT quickly. …

load-testing wcat
Locust : How to make locust run for a specific amount of time

official locustio documentation tells about how to write simple locust tasks which run indefinitely. Couldn't find out how to run …

python load-testing locust