Welcome to MSDN Blogs Sign in | Join | Help

March 2006 - Posts

Testing arbitrary classes in an ASP.NET page's CodeFile

ASP.NET unit tests let you test classes and methods defined in an ASP.NET web site. In a post last year , I explained how to test a site's page object, which is not available for test generation like classes in App_Code are. Today I'm going to show a
 
Page view tracker