Unit testing ASP.NET Code behind.

Posted by user102533 on Stack Overflow See other posts from Stack Overflow or by user102533
Published on 2010-05-26T14:41:59Z Indexed on 2010/05/26 14:51 UTC
Read the original article Hit count: 242

Filed under:
|
|

I've been reading about MVC in which the authors suggest that testability is one of the major strengths of MVC. They go to compare it with ASP.NET WebForms and how difficult it is to test the code behind in WebForms.

I do understand it's difficult but can someone explain how unit tests were written to test code behind logic in the old days?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about unit-testing