Questions tagged [load-testing]

A load test is a type of performance test "focused on determining or validating performance characteristics of the product under test when subjected to workload models and load volumes anticipated during production operations". For issues relating to the setting up or running of load tests.

As per wikipedia:

Load testing is the process of putting demand on a system or device and measuring its response.

Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation.

The quote in the excerpt is by Scott Barber, author of Web Load Testing For Dummies:

"Load Test - A performance test focused on determining or validating performance characteristics of the product under test when subjected to workload models and load volumes anticipated during production operations. "

There are some excellent resources for learning more about performance testing on PerfTestPlus's site: http://www.perftestplus.com/resources.htm

419 questions
11
votes
2 answers

In load testing, what is a 1% test to assess demand?

This document from Google on designing for scale states: In order to accurately assess demand, you can run a 1% test to determine how much traffic will flow to your new service. Googling for 'What is a 1% test' doesn't give any useful results.…
Chris Halcrow
  • 213
  • 1
  • 7
5
votes
3 answers

How to best design and create a load test on a web application?

I'm new to testing and have been asked to create a load test for a web application. My group's lead asked the test to just browse the application for hours with a load of 100 users. That's the only spec he has given to me, and I have my basic test…
simplycoding
  • 191
  • 1
  • 1
  • 4
3
votes
1 answer

Is it feasible to include Google's ReCaptcha in high load testing

Currently, we are using Azure for hosting our web and db. During high load testing of 10k virtual users, we found a tcp connection bottleneck when we reach 3200 users even if we are using multiple servers (and we have adjusted this from two S3 to…
3
votes
1 answer

Load runner is unable to launch IE8 while recording?

I am using Win 7 Ultimate edition and i have installed Load Runner 9.10. I have added an exception to the firewall in order to allow vUser Generator. The problem is whenever I try to record a script (by clicking on start recording ) IE8 in not…
Gary
  • 31
  • 2
3
votes
1 answer

JMeter https recording, firefox get "SSLHandshakeException" at app page

I'm using JMeter 2.12 in windows7, HTTP(s) Test Script Recorder (port: 8080, HTTPs Domain: blank, Type: HttpClient4) I followed the below instruction to record https request in firefox. add Recording Controller into Test Plan add HTTP Proxy Server…
Larryx
  • 31
  • 1
  • 2
2
votes
1 answer

Error code -32999 while testing sample app at loadrunner

I am beginner to hp load runner ,today i tested my first sample url(inbuilt url to test app) in hp loadrunner 9.0 i have done with recording and while i playback the recording,i got stuck with an error message as seen in screen shot i tried with…
2
votes
2 answers

In The Grinder, what is a run number?

In The Grinder, the script context includes a thread number, a process number, and a run number. I believe the thread number identifies a thread within a group of threads spawned by a worker process. The process number identifies a worker…
user246
2
votes
4 answers

How to load test a site that requires individual logins

I have an automated testing background and have been asked to look into load testing, which has me a little confused. Can someone point me in the right direction to let me know what would be the most suitable tool for load testing based on the…
Konzy262
  • 121
  • 1
  • 2
2
votes
4 answers

Real Load Replay

Is there any term in software engineering like Real Load Replay or Real Data Replay? My manager said to me, to learn about this topic. But I have never seen this topic. Any help?
Muhammad Ali Khamis
  • 639
  • 2
  • 10
  • 21
1
vote
1 answer

Recording WAPT on HTTPS

Has anybody used WAPT for testing of HTTPs pages? We're running WAPT against a .NET solution that is acting as a relying party for a centralized authentication system. Some of the pages are on HTTP, but others are running on HTTPS. We've…
Jay S
  • 336
  • 1
  • 6
1
vote
1 answer

Load Testing Ajax application

I have used Selenium for functional tetsing. Now I am looking for a tool for load testing. The application developed using Ajax/Rich Faces. Application: We use Cas Log in. The application lists around 30 to 35 classes available for registration The…
Newyork121
  • 11
  • 1
1
vote
4 answers

Does it make sense to perform a "load test" on an app which is deployed to cloud with SLA= 99.9?

Given that we have deployed an app in Azure which gives us 99.99% availability (on Virtual-Machines) based on its SLA (Service Level Agreement). To simplify the case, let's say that my app is available at least 99.9% of the time (about 9 hours in…
Jimmy
  • 249
  • 3
  • 11
1
vote
2 answers

Tools to test OS performance

I'm looking for suggestions/advice on what tools can help test for performance of Operating Systems (Windows and Mac). For example, monitor for performance stats (cpu, mem, disk usage) before and then after a certain agent (i.e. security software)…
1
vote
3 answers

I need to load/performance test chat tool with multiple rooms

I need to load test a chat tool with multiple rooms and channels which will test the overall load of thousands of users from multiple locations in all of the rooms, real time live chats in at least one room (hundreds of users) and simultaneous…
1
vote
2 answers

Load testing WebRTC

So there is a WebRTC server I would like to load test to see how many connections I can have to it before its CPU/RAM or network utilization are maxed out. The server is hosted in Microsoft Azure cloud. Currently, the way to see if the system is…
Alex
  • 111
  • 6
1
2