views:

280

answers:

5

I'm not sure where to start when it comes to load-testing ASP.NET applications. My team doesn't use VSTS so that option is out. Does anyone have any good suggestions or experience they can share?

A: 

Take a look at jmeter (link). It is a pretty solid FREE tool for just this purpose!

Jason Irwin
+1  A: 

Red Gate Software has a product called ANTS that can be used to do this. Click Here for product link

Cody C
I tried this out and it seems to be a great product for locating bottlenecks in code. However, I'm more interested in something for simulating the stress of many users and test the load that creates on the application and server.
Kevin Babcock
A: 

Using BrowserMob.com is quite cheap for what it provides. You can listen to an interview with the founder of Browser Mob on Startup Success Podcast #18.

George Stocker
+2  A: 

I'ved used Microsoft's free Web Application Stress Tool. It lets you record a browsing session, then replay it using multiple clients.

David
I have used this too. It was a bit fiddly to get set up, but once you worked out the details it was reasonably effective. The biggest issue I had with other apps that I tried (eg. Pylot) was they didn't deal with viewstate very well.
iamdudley
I've tried a couple of performance testing apps, such as ANTS by Red Gate and dotTrace by JetBrains, but they weren't really what I was looking for (good for profiling bottlenecks, not really for load testing a server). I went to try this out but it appears the link is broken. I did a cursory Google search but those turned up broken links as well. :(
Kevin Babcock
David
A: 

You can use Grinder.

Its a nice Java Based Opensource tool, to load test webapps. Pretty lean as well.

Mohit Nanda