Reputation: 4142
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?
Upvotes: 1
Views: 862
Reputation: 7400
I would recommend Visual Studio Team System Test Edition.
Have used the test types load testing and web testing.
Worked very well.
Upvotes: 0
Reputation: 10046
I have not used this but there is WebAII, a free UI test engine for .Net. Telerik supports this testing framework as well.
Upvotes: 1
Reputation: 12589
You could try the Web Application Stress Tool from Microsoft.
Upvotes: 0
Reputation: 2681
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.
Upvotes: 0