A Testing Perspective of Controllers and Orchestrators
Posted by: Simple Talk,
on 14 Feb 2012 |
View original | Bookmarked: 0 time(s)
The neat separation between processing and rendering in ASP.NET MVC guarantees you an application design that is inherently teastable. It doesn't guarantee that your application will be well-designed and quick to test. For that, attention to use-cases and the structure of your code is essential....