views:

239

answers:

4

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 users count that can access my website.

There are many tools available, but i am not able to judge best one.

If anybody knoes then please help me?

A: 

In fact this depends on your infrastructure. If you have a lot of computers available to simulate a multi user environment you can use OpenSTA. I've tried a lot of tools and i'm finally landed on Apache JMeter. It is easy to install and to use.

There is also a companion tool that can be used to generate test scripts for JMeter: Badboy.

Thomas Maierhofer
Thanks @Thomas, Does All the tools you have mentioned is for ASP.NET ?
Hemant Kothiyal
You can Test every web site with this tools. They make a http request and measure the results. Of corse this works with ASP.NET too
Thomas Maierhofer
+1  A: 

I have not used this but there is WebAII, a free UI test engine for .Net. Telerik supports this testing framework as well.

David Robbins
A: 

You could try the Web Application Stress Tool from Microsoft.

PhilPursglove
@PhilPursglove: The "Web Application Stress Tool" is broken.
Kb
PhilPursglove
A: 

I would recommend Visual Studio Team System Test Edition.

Have used the test types load testing and web testing.
Worked very well.

Kb