Tag Archives: webforms

WebForms – How do I Unit Test Thee?

I’m a huge fan of unit testing… its my safety net, allowing me to make changes to an application without fear that I’ve broken core functionality. With my favorite web development framework, ASP.NET, its been very difficult to build unit tests for the server-side code that you write for the Web Forms UI framework.

I decided to do some research and start doing something about that.

Continue reading