0
kicks
Testing MVC Routes
Taking a look at how you can test your routes in an MVC application.
We will start the process of creating new functionality for our application in this episode by showing how to create the tests for the routes first by using MvcContrib project. In the next episode we will continue creating our routes to make the tests pass.