Questions tagged [load-testing]

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.

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.

3347 questions
1
vote
4 answers

Tools for doing load testing of Http request at high payload(500kb and more)

I want to do load testing on my application with high payload http request. Problems faced: - 1) Jmeter hang when I put such a high payload in it. 2) Apache benchmark ab - Script :- ab -c 1 -n 1 -v 4 -t 80000 -p payload.json -r…
vaibhav.g
  • 729
  • 1
  • 9
  • 28
1
vote
0 answers

Load Testing for gwt web application, gwt-rpc

I am looking for open source automated testing tool for load testing of GWT application. Till now , I tried using jmeter for load testing but its plugin dependent and i havent got the plugin. There I am encountering some error.Another one i tried…
Vartika
  • 1,085
  • 3
  • 17
  • 43
1
vote
0 answers

Socket Exception during load testing

I perform load testing using different users and the test was running fine even with 25 and there was no errors but when i perform that again it started giving me socket exception even on 5 users .. so i started performing that test again again and…
Marrium
  • 13
  • 4
1
vote
1 answer

How to get response bodies from dependent WebTestRequests in a Visual Studio Web Performance Test

In a particular Visual Studio Web Performance Test I'm sending a set of requests asynchronously. I'd like to find a way to access the response from every request in this set. To send the requests asynchronously I'm using the DependentRequests…
John O.
  • 708
  • 5
  • 9
1
vote
0 answers

tsung statement or how to get current page in tsung?

I have site with multiple redirects leading to login page. The number of redirects could vary and I solved it with :
1
vote
1 answer

Load testing an application that uses Google Maps

Our client has implemented Google Maps in their applications and we are working with them on a large scale load test. Our concern is that Google may interpret this test as a denial-of-service attack and shut out the application. With this in mind, I…
1
vote
1 answer

Running Load Tests against Visual Studio Online From TFS Build

I created a Load Test that I would like to run every night so that I can compare the results over time. I'm trying to trigger the load test to run from a TFS build. Tests are run by Visual Studio Online agents. Here is the MSTest command that is…
TWilly
  • 4,863
  • 3
  • 43
  • 73
1
vote
1 answer

Does JMeter support to test mobile application?

Can we test mobile application either iOS/Android(Native/hybrid)App using Apache JMeter? If yes, what's the way?
1
vote
1 answer

How to obtain a persistent login when using a CasperJS login script?

I have a CasperJS script which logs into our test website platform. Our website application produces dynamic data which is updated every second, and normally using a web browser the login is left running (as you would using webmail) The script logs…
Munkeh72
  • 111
  • 3
1
vote
2 answers

Load testing a TCP port

I would like to load test my Netty (TCP port 5000), Kafka, Storm project. Can someone indicate a good tool for generating load. I have looked at Jmeter TCP sampler but from what i understand it requires many EC2 instances in order to simuate 200k…
user390517
1
vote
1 answer

Trouble setting up bees with machineguns

I'm trying to setup bees with machine guns to load test a server. I've followed all the steps explained in the Readme. As far as I can tell, it is finding my .pem file and my boto config, but when I try the following command: $ bees up -s 1 -g…
Donderbos
  • 155
  • 1
  • 8
1
vote
1 answer

How can I download or save JMeter result on my desktop?

I am doing a web based project & took 100 Users, Loop Count: 1 & Ramp Up Period :1 sec for Performance Load Testing of all pages . There is 500 Samples are showing & i need to make a report of results(of tables & tree) on it. I can take the…
Test123
  • 368
  • 1
  • 7
  • 26
1
vote
2 answers

Why all result showing failed

![I have created Test plans & users for my project, I took 10 number of threads & 2 loops, when i ran the test Result is showing like this . I have attached two screenshots : 1. Sample result 2. Response data. I am not able to understand why result…
Test123
  • 368
  • 1
  • 7
  • 26
1
vote
1 answer

JMeter how to build a reliable load/stress test

I’ve been looking for a good resource that gave an idea of how to create a reliable load / stress test, but I haven’t been able to find anything. Let’s say that I want test an application that is used to sell books. It has been proved that the day…
Axel
  • 1,674
  • 4
  • 26
  • 38
1
vote
1 answer

Message queue load test with JMeter 2.11 and JMS Weblogic 10

I'm trying to build a load test for my queues, which are Weblogic Queues, but I can't figure out which weblogic libraries I need for this. At least, that's what I think my problem is (because I get ClassNotFoundExceptions). I've already copied…
al.
  • 484
  • 11
  • 30