Testing ASP.NET MVC Application with Session State

· November 17, 2009

I encountered issues when trying to use session state in an ASP.NET MVC application, especially while writing unit tests for an action method that interacted with the session object.

Fortunately, I discovered MVC Contrib, which offers a range of useful tools. The TestHelper from MVC Contrib was exactly what I needed to resolve this issue.

Installation took just a few minutes, and I was up and running again quickly. Highly recommended!

Twitter, Facebook