Creating Unit Tests for ASP.NET MVC Controllers Dhananjay Kumar / Fri, Jan 15, 2016 In this blog post, we will learn to write unit tests for various MVC controller’s behaviors, such as view’s return types, redirecting to different actions etc. Specifically, we’ll cover writing Unit Tests...