ASP.NET MVC Test Framework Integration Walkthrough
Vishal’s earlier blog post, ASP.NET MVC Test Framework Integration , outlined the motivation and steps for registering a third party test framework for use with ASP.NET MVC Applications. " In lines with best practices one of the goals of this new ASP.NET framework is to enable easy unit testable web applications. To ease unit testing and to make it part of our regular application development workflow Visual Studio is introducing integration of unit test projects with ASP.NET MVC Application..." Today, I will work through the steps Vishal outlined with some actual templates I have created and then run the tests using the corresponding third party framework. Below are the relevant steps Vishal outlined in ASP.NET MVC Test Framework Integration
Read More...
Read the complete post at http://blogs.msdn.com/webdevtools/archive/2008/03/06/asp-net-mvc-test-framework-integration-demo.aspx