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
1 answer

Load Testing for an Intranet website which has Static URL

we are having a intranet website which has the static URL ( example.com/index.php) which will never change when we navigate or perform actions inside the website. All the actions we do will be performed inside Iframes and the URL remains same for…
1
vote
0 answers

Visual Studio Online - Load Testing API Error

I am using Visual Studio Online to run the Load Tests. Lately we started using the Load Test service API to run the load tests instead of running them manually. Everything works perfectly. However, when the test runs gets completed and we download…
Sajad Deyargaroo
  • 1,149
  • 1
  • 7
  • 20
1
vote
1 answer

Visual Studio Load Test Agent Weighting

I have a questions about Visual Studio 2013. We're running load tests with agents. In total, we have 5 agents and 1 controller. In the agent properties (from the Manage Test Controller option), I have set the weighting to 15 for each agent. This…
1
vote
0 answers

jmeter test plan for searching results from google

I am in attempt of creating a test plan which will search a string from Google let suppose search string is "English alphabets" In sampler I am using the following under Send parameters with requests 1) Name = #q and Value = ${SearchString} and I…
1
vote
1 answer

How to do performance test for a Stored Procedure via JMeter 2.9

I have done performance testing of normal select and update queries. I want to know the procedure of testing a postgres stored procedure in JMeter 2.9.
1
vote
0 answers

SSL Error while sending /https request to parse.com

i m trying to perform load testing on "https://tickleb.parseapp.com" using jmeter. but every time m getting the errors Response code: Non HTTP response code: javax.net.ssl.SSLException Response message: Non HTTP response message: Received fatal…
user3967813
1
vote
2 answers

Open source Test case management tool

I am looking for an open source test case management tool. Is there anything which can take csv / xml / xls files and create test cases for me.
deepng
  • 809
  • 2
  • 9
  • 20
1
vote
1 answer

How to change the number of users after initial hatch

I am trying to use locust to simulate “normal” traffic behavior pattern. This requires that the number of users (and not only the number of requests) to be none constant, for example, as a factor of the hour and day of week. The simplest solution…
Maydan
  • 11
  • 2
1
vote
1 answer

Rails: test single file with rake test without resetting database

With Rails and TestCase I can do rake test:all without touching db. Some time i need to test only one file and not the entire suite without touching db. How can i do the same thing but with single file?
Simonini
  • 623
  • 9
  • 25
1
vote
3 answers

Remote server not found error on blob download from Azure

I have an application that upload, download and delete files on Azure blob storage. It works fine but when I perform load testing sometimes I got following exception during file download. Microsoft.WindowsAzure.Storage.StorageException: The remote…
Jamil
  • 858
  • 11
  • 26
1
vote
1 answer

Suggestion with tool selection for load, concurrent user testing

I have to test windows 8.1 app for tablet. App has to be tested for nearly 1500 users. Technical description: Image file between 2-20 mb will be uploaded and downloaded. With increasing number of user upto 1500 I also have to capture the time…
1
vote
1 answer

JMeter and simulating the real users

I am wondering if there is something I could use to create a simulator using JMeter that would pick the users from my "user list" based on some kind of pattern. In fact, even simpler: imagine I have the users from 0 to N. Some of them are active,…
1
vote
2 answers

How we use Loadrunner parameterization technique for distribute the parameterize data to different virtual devices while run time?

I am using LoadRunner for test mobile application which is developed in Sybase Unwired Platform technology. I recorded the LoadRunner script and I can able to run in LoadRunnear but for Load Testing we have to create more virtual devices that time…
1
vote
1 answer

How to test the page loading time with Gatling

For example- I need to check that for 1000 users it responds in 3 seconds. Is the number of users and response times configurable?
Chinya
  • 419
  • 1
  • 7
  • 18
1
vote
1 answer

SignalR web app, laptop server load test

I'm creating a webapp that will be hosted locally on a laptop that should be capable of interacting with multiple clients via Signalr. The idea is to have a laptop host all of the client interactions connected through a wireless network. The page…
Jake Wang
  • 57
  • 1
  • 6