Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
1k views

How to set up a load/stress test for a web site?

I've been tasked with stress/load testing our company web site out of the blue and know nothing about doing so. Every search I make on google for "how to load test a web site" just comes back with ...
7
votes
3answers
682 views

How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application. What would you ...
5
votes
1answer
96 views

Specify test end condition in Visual Studio Load Test

I'm testing a large BizTalk system using Visual Studio Load Test. Load Test to pushes messages into MQ, these are picked up by BizTalk and then processed. Rather than having the test finish (and all ...
4
votes
3answers
430 views

Session Timeout and page response time

I'm load testing an asp.net app. The load test is simulating 500 user doing searchs on the site and browsing the results. I'm observing that the more I reduce the session timeout limit (in web.config) ...
4
votes
4answers
185 views

load-testing a webapp

Good folks of SO, When load testing a basic web application, what sanity checks do you do other than expected response time? Is it fair to ask for peak memory usage? what other checks do you make? ...
4
votes
5answers
443 views

Any suggestions for good automated web load testing tool?

What are some good automated tools for load testing (stress testing) web applications, that do not use record and replay of HTTP network packets? I am aware that there are numerous load testing tools ...
4
votes
1answer
401 views

Webforms Vs Asp.Net MVC VS2010 LoadTest

A colleague of mine ran a simple load test using VS2010 on a Webforms project and an Asp.net MVC project and noticed that Webforms was serving around 83 requests per second whereas Asp.net MVC was ...
4
votes
1answer
857 views

Entity Framework and Load Testing

I am having a tough time to understand why this code is failing I have a test method IUnitOfWork unitofwork = EFUnitOfWork.CreateInstance(); IRepository<InformationRequest> ...
3
votes
2answers
100 views

T5 page request return blank layout under heavy load test

I recently have an application develop with tapestry 5.1 deploy on Weblogic + oracle database. The pages work well under normal usage but went nuts after stress testing. I am using hibernate + spring ...
3
votes
1answer
884 views

TFS Load Testing Web Tests

I am configuring a load test and am curious/confused on settings. I am testing an intranet website, that is expected to have 6000 concurrent users. My employer had some previous consultant tell them ...
3
votes
1answer
300 views

A basic load test question

I have a very basic load test question. I am running a load test using VSTS 2008 and I have test rig with controller + 10 agents. This load test is against a SharePoint farm I have. My goal of the ...
2
votes
1answer
150 views

Web application Load Tests: What counters to look at?

During a stress/load test of a ASP.NET app hosted in IIS, what should I be monitoring on the app server? For example, the built in utility performance monitor in windows has a huge list of counters ...
2
votes
2answers
492 views

Socket errors of 10048 on the client? Possible causes?

I'm writing a custom TCP server and client and on doing a ton of requests (60,000 to be exact) I begin to get this socket error of 10048, which should mean "the address is already in use." The error ...
1
vote
3answers
116 views

What differentiate virtual users / real users when performing load test?

Anyone can point out the difference between virtual user and real user?
1
vote
1answer
30 views

Can I exclude counts from failed webtests in a VS.Net 2010 Loadtest?

I am using Visual Studio 2010 Ultimate to perform loadtests. These loadtest use recorded webtests. When running a loadtest with an increasing number of concurrent users, some steps in my webtests ...
1
vote
1answer
78 views

How to disable DependentRequests of a WebTestRequest in VSTS2010 for second request onwards

I'm using Visual Studio 2010 for recording some web tests. I intend to build some load tests using these web tests. Most of the pages of the website that I'm targeting have lot of other resources like ...
1
vote
4answers
80 views

Tool suggestion for load testing a simple web page with submit button?

I've written a simple order application that consists of a 1 page order-form containing a set of input fields and a submit button. The order form is loaded by invoking a URL (with data being passed ...
1
vote
1answer
173 views

Performance testing on VSTS

I am trying to figure out the mechanics of the performance test suite we have in VSTS 2010.Currently I have a couple of unit tests that I need to simualte under a 60-70 req/sec load,which I am unsure ...
1
vote
4answers
161 views

How to determine a website is good in load testing?

I'm a newbie at testing. For now, I'm using JMeter to build a test plan, then run it against my java web application. At the moment I just use (average response time, 90% line, throughput, and ...
1
vote
1answer
151 views

FunkLoad one report for multiple requests

I am using FunkLoad to make some load test on my Django project. One of the page (I will name it /customer/ ) that I am currently try to benchmark "does" an AJAX request on page load to ...
1
vote
2answers
342 views

How to load test a web page using Windows authentication

I'm in the process of developing some load tests for an internal web application. The problem appears to be related to our use of Windows authentication. I can access the web application if I launch ...
1
vote
2answers
84 views

In VSTS How to run a 20 second webtest every 5 seconds

I have a WebPerfoamce test in Visual Studio Team System 2008, it's average execution is 20 seconds. I have a load test that runs the test every 5 seconds using: Test Mix Type: Based on user pace ...
1
vote
1answer
380 views

VUgen: Recording trivial RMI interaction records invalid script?

After recording just the appearance of the logon window of our Java app in LR/VUgen 9.51 using the RMI protocol, the resulting script replays with a java.lang.ArrayIndexOutOfBoundsException. The code ...
1
vote
1answer
242 views

Load Testing with JMeter - will it log into my site at load?

I wish to use JMeter to login to my site, run some reports and log out again as a load test. Is JMeter the best tool for this? I'm concerned it doesn't maintain the browser session between requests. ...
1
vote
2answers
404 views

Can I use Selenium for load testing AJAX based asp.net website?

I am asked to find a load testing tool, which will load test an AJAX based asp.net web application. Please let me know whether Selenium is suited for this situation, or there are another tools to ...
1
vote
2answers
94 views

Cannot run VSTS LoadTest at a time

I have a VSTS project with a list of 30 LoadTest tests that I want to run sequentially. All tests are independent from each other. When I try to run all the tests, it starts with the first test and it ...
1
vote
1answer
155 views

Getting low rails mongrel requests per second (8-15 per second)

So I have tried this out on multiple computers with multiple setups (servers/apps) and I seem to consistently get Rails completing 8-15 requests per second even for doing selects on empty tables with ...
1
vote
4answers
439 views

Best Load testing tool for asp.net 3.5 IIS6.0 WITH vs 2008 Professional Edition

Hi i would like to know best testing tool for asp.net website which can run with VS 2008 Professional Edition. I would like to do Load Testing Stress Testing Also i would like to calculate Concurrent ...
0
votes
0answers
16 views

Ending a Visual Studio loadtest user session if a website error is hit

I'm using a VS2010 loadtest against a website, but the site being tested is throwing some errors (eg, SiteUnavailable or other general site-specific errors). The loadtest continues execution even ...
0
votes
1answer
35 views

VSTS Load test reports

We've setup some different load tests and need to generate/send the result pr. e-mail, a link, pdf or similar. The output and metrics are saved to a database (resultstore), but I haven't been able to ...
0
votes
2answers
74 views

running two scenario at same time with loadrunner

Can we run two scenarios at same time with loadrunner? eg. suppose there are 50 user and i have to generate script such that 25 user accessing login and order modules and other 25 user just browsing ...
0
votes
0answers
47 views

How insert payload request and gwt headers in SyncProxy to send GWT-RCP Request?

I read that you can use SyncProxy to invoke RCP service (To send GWT Requests and get the server response ). I don't know where we put the gwt headers and the payload Request into ...
0
votes
1answer
46 views

Generic VSTS loadtest

I have a bunch of vsts loadtests for diffrent needs.Most of them are goal based tests targeting CPU and ASP.Net requests counters on a machine. The machine name is hardcoded on these loadtests and my ...
0
votes
0answers
39 views

VSTS 2008 distributed load testing

We are looking to perform a load test of a remotely deployed web application using VSTS 2008. In addition to the usual load test metrics, the customer is particularly interested in information related ...
0
votes
1answer
90 views

Using J-Meter on a HTTPS ASP.NET Site

I havent been using J-Meter for particularly long but I have done a fair amount of development so I have a fairly decent understanding of it. Anyway I developed a script for a web service, which ...
0
votes
1answer
176 views

Dynamically changing thread count in soapui

Is there a way in SOAPUI(free version) to start my loadtest with 100 threads/vusers then increase the load by 25 threads every 10 minutes until the total number of threads reach 500 I appreciate ...
0
votes
2answers
614 views

How can I do a capacity planning of my web application and decide the deployment architecture?

I have an ASP.net web application deployed on the small AWS instance (Dual Core AMD, 2.60 GHz, 1.7 GB RAM). I would like to perform load testing on this server for 300 concurrent users and for future, ...
0
votes
2answers
235 views

programmatically call a web service from a test application

I am writing an test application to do a load test on my existing WCF service. There can be numerous clients calling the WCF service. How do I write code to generate several clients calling the WCF ...
0
votes
1answer
25 views

How to set the virtual user to get the data from file and hit at same time in one iteration VSTS @ Load Test

Scenario: I create the web test for creating new user with registration form. Then I create 30 records of new user with different data at access/excel file Now I want to create the Virtual users total ...
0
votes
1answer
325 views

QTP LoadAndRunAction — transaction times from callee part of caller's run result?

If I call an action X from another test A using LoadAndRunAction, are transaction times that are collected in the called action reported correctly? I.e. if I insert such a caller script A into a ...
0
votes
2answers
224 views

LR custom log files: How can I get them from the generator machines?

Suppose I have a VUGen C test which writes results to some data log file, i.e. it lists processed IDs or something like that in a file that is created (or appended) upon init, written to in the main ...
0
votes
2answers
447 views

Need to debug recorded jmeter script

I recently recorded a test script in Jmeter intended for use as a load test script (using this handy set of instructions. The recording itself worked great and I even figured out how to grab and ...
0
votes
1answer
179 views

Any .NET load-test tool available apart from VS2010 Ultimate?

Are there some tools which basically do the same as the VS2010 Ultimate load testing tool? Anyone knows if there is a port of jload or any other open-source load testing tools?
0
votes
1answer
118 views

How can I automate clicking a button on a Flash menu?

I would like to be able to click a button on a flash menu, programmatically. This means, unfortunately, that tabbing over to it or hard-coding the X and Y coordinates of the button will not work (due ...
0
votes
1answer
295 views

100% connreset with httperf?

I'm wondering what the importance of the connreset with httperf is. When testing a single webpage, I receive no errors. When using a simple .log file with several pages, I am getting 100% connreset ...
0
votes
2answers
1k views

JMeter and JavaScript

When I make HTTP Request in JMeter I get Response data like "This page uses JavaScript and requires a JavaScript enabled browser." How is it possible to fix this problem.
0
votes
1answer
373 views

How JMeter test web application

I made load test on my web application with JMeter using HTTP Proxy. In HTTP Request I insert some data which I wnat to change. After load test when I go to the web page the page was without changes ...
0
votes
1answer
140 views

Access Log Sampler - Distributed testing

I am trying to test our site with JMeter's access log sampler, using distributed testing across several load generators. On my local machine the test works fine. However, when I try to distribute it, ...
0
votes
3answers
512 views

LR: Can I make the pseudorandom in LoadRunner deterministic?

There are a couple of sources for random in LoadRunner scenarios: rand () function Random think time deltas (runtime settings) Random pacing time components (runtime settings) Random parameters ...
0
votes
1answer
372 views

LR: VUgen web_set_timeout function unrealistic?

I understand that VUGen's web_set_timeout function allows me to set a timeout value higher than the usual value (which seems to be 120 seconds). What I do not understand: Doesn't this imply that all ...

1 2