It’s much easier to write automated tests for your site than it is to do manual exploratory testing for each release. In this article, based on chapter 13 of ASP.NET MVC 3 in Action, the authors show how we can use MvcContrib project’s route-testing API to make this testing easier.
Learn to:
- Avoid Testing Routes the Hard Way
- Perform Cleaner Route Testing
- Modify Route Rules with Confidence that Existing URLS Won't Break