1

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?

Kb.
  • 7,240
  • 13
  • 56
  • 75
Hemant Kothiyal
  • 4,092
  • 19
  • 61
  • 80

4 Answers4

1

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
  • 9,996
  • 7
  • 51
  • 82
0

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
  • 2,665
  • 18
  • 33
0

You could try the Web Application Stress Tool from Microsoft.

PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
0

I would recommend Visual Studio Team System Test Edition.

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

Kb.
  • 7,240
  • 13
  • 56
  • 75