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

MSTest in VS2010 - How to launch all loadtests in a single step

In the new team I work for we use a lot of unit tests, we use MSTest in VS2010. I have prepared about 10 loadtest to use these unit tests in various ways. How do you launch all the loadtest (randomly or with a specified order)? I'm having trouble…
vulcanik
  • 98
  • 1
  • 4
1
vote
2 answers

asp.net login testing with jmeter

I am a newbie in jmeter tool. I want to test login to an asp.net website. But I was not successful after 2 days of search through the internet. I am listing below the steps that I followed: Add an HTTP Request Defaults. Add an HTTP Cookie…
sarwar026
  • 3,821
  • 3
  • 26
  • 37
1
vote
2 answers

Load Testing TCP with IP spoofing

I'm trying to come up with a way to Load Test the following architecture: We have an Application Server that recieves data from multiple servers with data-collecting agents on them. However, our testing environment only has ONE server with an agent,…
Urliamo
  • 11
  • 5
1
vote
1 answer

simulate user load on hardware router

I am trying to simulate user load on a hardware router. I am specifically trying to emulate the average load of a home router. What i need to to do is load it up over a week long period at different times and perform the following: Data…
pjf
  • 183
  • 1
  • 1
  • 10
1
vote
0 answers

Load Testing a Website with a Certificate

My website requires that the user choose a certificate before gaining access. I'd like to use ab, Siege, or JMeter to test out the performance of my website since I've at least heard of them. However, how is it possible to include the certificate…
Kevin Meredith
  • 41,036
  • 63
  • 209
  • 384
1
vote
1 answer

Load testing Web Service using webtest

I have a webtest with makes a simple call to a WebService which looks like that: MyWebService webService = new MyWebService(); webService.Timeout = 180000; webService.myMethod(); I am not using ThinkTimes, also the Run Duration is set to 5…
Carlos
  • 143
  • 2
  • 8
1
vote
3 answers

VSTS load test one run per data row

I have a datadriven unit test which reads from an access database and execute for all rows in the database.When I add this to a load test and execute with 5 concurrent users,all the records in the databse are executed 5 times.the problem I face here…
Sen
  • 145
  • 2
  • 14
1
vote
1 answer

Can Microsoft Visual Studio Web Performance Test Recorder save file from the Internet Explorer to local disk?

I'm using a Web Performance Test Recorder to do a load test. My customer is requesting to save a PDF file being displayed on the IE. Is that possible to be done by the Web Performance Test alone ? if not is there any possible solution for this ?
1
vote
1 answer

Viewing Load Test Results in Web Browser/SSRS

Is there a way to view the Load test results (i.e. Load Test Summary) from Visual Studio in a web browser or generate it with the Reporting Services? I am wondering also if there is a nice way to generate SSRS templates for comparing tests runs,…
1
vote
0 answers

Auto generating report after load test has completed TFS2010, TFS2012

Is there a build-in possibility in Visual Studio 2012 to setup a scheduled Load test run and generate a report with comparing current test run with the previous test run?
Wojciech Kmita
  • 249
  • 2
  • 12
1
vote
3 answers

Server Benchmarking: What tools to use with my real-world test data

I want to benchmark a new server using historical HTTP-request data. I have a textfile that contains one day's worth of real historical requests to a production server. What is the best tool for sending that list of requests on the server I'm…
mdemmitt
  • 149
  • 1
  • 1
  • 6
1
vote
2 answers

Cannot enable Azure Connect in Management Portal

I am new to Windows Azure platform and I am trying to set up Azure Load test. I have already set up Storage account, hosted service and Virtual Network. However, I cannot find Connect tab under Networks -> Virtual Network. The prerequites i.e.…
1
vote
2 answers

JavaScript in HP Vugen: web_submit_data

I have a some script written on js in loadrunner. Yesterday I needed a function "web_submit_data". On C it's syntax looks like: int web_submit_data(const char *StepName, const char *Action, , ITEMDATA, , [EXTRARES,…
Sergey Zalizko
  • 269
  • 2
  • 7
1
vote
2 answers

Web Socket messages not all being received

I have implemented a web socket server using Alchemy web sockets, and am now trying to stress test it. I have written the following method in C# to create numerous clients to connect to the server and send some data: private void TestWebSocket() { …
Matt
  • 3,820
  • 16
  • 50
  • 73
1
vote
1 answer

How to send request to the server from different client IP for every user in Visual studio load testing

I am testing a web application using visual studio load testing by providing 100virtual user. when I do this each user is sending request from same client IP. my requirement is that each user should send request from different IP. Is there any way…
srujana333
  • 77
  • 2
  • 7