NUnit
NUnit Test MVC Controller
We want to test the controller in an MVC application. We want to pass values in and be able to catch the response. The response from our controller will tell us if the test has passed or failed. If you build the application well then all these tests should pass