Unit testing MVC Views is not easy at first. The learning curve is steep, but not long. Once you get started and know the basics, its pretty easy to repeat the process. I’d like to share what I’ve learned about testing the V in MVC. We'll start with File->New Project and use ApprovalTests to build a small suite of tests that run consistently in Visual Studio, under NCrunch, and on the Build Server.