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
2 answers

Load testing of 100 user using jmeter on asp.net application giving error on jquery

I am doing load testing on my asp.net application using jmeter for only 100 user. I am having jquery on page "Scripts/jquery.min.js" Jquery is present in folder. The error is as following on 20% of user. `sample result :- Thread Name: Thread Group…
1
vote
1 answer

GrinderStone - Not supporting latest of Grinder and Jython

I downloaded Grinder latest 3.11 Jython latest 2.5.3 Eclipse 4.2 GrinderStone - 2.5.5 -- And I was following the steps in GrinderStone Documentation. But I am getting some error while creating Run Configuration for Grinder Issue-1: Giving error…
Ravi
  • 77
  • 9
1
vote
2 answers

Jmeter - Generating summary report for load testing (multiple users)

I am using jmeter for load and performance testing. I am able to successfully generate summary report by using only one user as load. But, if I want to generate summary report for multiple users (say 100 users), how can I configure jmeter GUI to…
star95
  • 111
  • 3
  • 16
1
vote
1 answer

JMeter thread properties clarification

I am running a distributed load test with JMeter and need some clarification on these three settings: number of threads, ramp up period, and loop count. Are the number of threads spread out across all servers in the JMeter cluster? Say I have 4…
Ian Herbert
  • 1,071
  • 2
  • 16
  • 35
1
vote
2 answers

Gatling/JMeter record scenario incompletely

I've been using JMeter and Gatling to record a scenario on a JSF2 PrimeFaces 4 web app, in order to load test it. The recording goes well with both tools, but the replay of the scenario fails because a click action on a commandButton opening a popup…
Cleverback
  • 11
  • 1
1
vote
1 answer

Web Load Test with MVC route parameters creates many instance URL's

I have a web test for the following request: {{WebServer1}}/Listing/Details/{{Active Listing IDs.AWE2_RandomActiveAuctionIds#csv.ListingID}} And I receive the error message: The maximum number of unique Web test request URLs to report on has been…
Novox
  • 774
  • 2
  • 7
  • 24
1
vote
1 answer

Unable to record in Jmeter

I want to record a scenario for the a particular site using Jmeter. As per the standard procedure I have changed the proxy settings to localhost:8080. When I start recording, the page of the particular site does not load. Note: For normal browsing…
1
vote
0 answers

Load and web performance test in Visual studio, localhost not starting

I have one web project and I recently added a new "Web performande and Load test"- project. When I start my recordding I can't go to localhost since it is not started from my web project. What have I missed here? How must I cinfigure my web load…
user3624378
  • 417
  • 4
  • 22
1
vote
2 answers

Automate Database Load Testing

I write plugin for JMeter to automate database load testing. The main idea of plugin is create automate database load test when provided a minimum of information (connection string, quantity of users, throughput, schemas of tables that is tested,…
storm
  • 21
  • 3
1
vote
1 answer

Getting stats on cookieless session page using VS2008 load testing feature

I'm load testing a web page using visual studio load testing tool, but I have problems displaying results. The problem is cookieless session. Everytime new user comes to a page, page URLL changes and I'm not able to calculate average page response…
Sergej Andrejev
  • 9,091
  • 11
  • 71
  • 108
1
vote
1 answer

Load testing in SoapUI with each request having unique credentials

I need to fire more then 16k request using SoapUI(Load Testing),each request with unique credentials, Is there any way to test this scenario? Kindly let me know is it possible with the java script using "setup-script" option in load testing or is…
1
vote
1 answer

Distributed Setup. Different scenario on one system

My apologies if i may be reposting a problem which may already have been addressed here. But i was not not able to find a proper answer to my problem. I am setting up JMETER in distributed mode across 10 different systems, using OS process handler…
chingupt
  • 403
  • 2
  • 7
  • 19
1
vote
2 answers

Visual Studio Test Controller 2013 name

I am unable to find the Test Controller name for distributed load testing in Visual Studio 2013 Ultimate, how would I go about finding the name?
dkirlin
  • 315
  • 4
  • 19
1
vote
1 answer

Distributed Load Testing in Visual Studio Ultimate 2013

All of the load tests documentation on MSDN describes a computer (running visual studio) connecting to a test controller, which connects to the test agents. Is it possible to run Visual Studio on the Test Controller, and run tests from there?
dkirlin
  • 315
  • 4
  • 19
1
vote
2 answers

Ways to do Load Testing for Web Service Made for iPhone Application

It's something strange I am posting here, as I have little bit confusion since last few days.. I have made a web service in asp.net 3.5 using MSSQL 2005 as backend, for my iPhone Application. Now, My Database have some critical fields like longitude…
Nirmal
  • 4,789
  • 13
  • 72
  • 114