So, you’ve gotten the new July CTP, and you’ve opened your old Test Projects and everything’s OK. Now it’s time to create some new ones (Or maybe you’re just checking out the Test Tools for the first time). You start Visual Studio, Select File|New|Project|Visual
Read More...
Using ASP.NET unit tests, you can test classes and methods that are part of an ASP.NET web site. This is often very similar to testing anything else, since you can use code generation on classes that are within the App_Code directory for the site. Unfortunately,
Read More...
http://blogs.msdn.com/mkolt/archive/2005/07/29/445039.aspx
Read More...