The test tools in Visual Studio can help you stress test your application. The only problem is that they are not included with the regular developer edition of Visual Studio. So if have the wrong version installed you need to uninstall and reinstall a version that does have those project types (like Team Suite).
What I found though was after you uninstalled and reinstalled you were not able to open/create test projects.
The project types were there, but you receive an error: The following project languages must be installed C#, C++, VB.NET (or something like that). Everything else will work, but...