views:

2003

answers:

3

Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers. I on the other hand have only got my laptop... (and a development server).

(In my case the data is asked through a WebORB Gateway).

Thx, Lieven Cardoen aka Johlero

+4  A: 

ab is a tool that was designed for Apache, but you can use it with IIS.

Tom Ritter
I found this very usefull because it's extremely easy to use! Thx a lot!
Lieven Cardoen
+3  A: 
Patrick Cuff
Will definetely look into them! Thx!
Lieven Cardoen
+3  A: 

After surveying a lot of open source and paid tools, I found the most success with Microsoft's Visual Studio 2008 Team Suite Test Edition (soon to be part of Visual Studio 2010 Ultimate). It has strong stress testing functionality. Microsoft's free application for stress-testing, WCAT is underpowered and buggy, but the full blown Test Edition goes up against products like LoadRunner but is easier to use, better-integrated with VS/ASP.NET and for much less money per virtual user.

Scott Stafford