Open source Tool for Stress, Load and Performance testing

loadperformanceqastress-testingtesting

Possible Duplicate:
How do you stress test a web application?

Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of my .net projects. Any idea which opensource tool should I use or cani achive it with same working tools and if yes then how?

Best Answer

I've used Apache JMeter with pretty decent success in the past. The interface is pretty easy to use and it supports remote agents to help with load testing with many hosts.

Related Topic