.NET equivalent of httpunit

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-17T20:57:43Z Indexed on 2010/04/17 21:03 UTC
Read the original article Hit count: 273

Filed under:
|

I will openly admit that I fall on the side of Test Driven Development. I have run into a situation that I would like to test, but I haven't found a good way to do so.

I have been working in ASP.NET MVC and I would like to test that the parts of code that I am putting into the view layer (and I know that I need to keep that as minimal as possible). I am looking for an equivalent in .NET to httpunit in Java or something similar.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about unit-testing