I will openly admit that I am falling to the side of Test Driven Development. I came across a situation that I would like to test, but I did not find a good way to do this.
I worked in ASP.NET MVC, and I would like to verify that the parts of the code that I put in the presentation layer (and I know that I need to keep this as little as possible). I am looking for the .NET equivalent for httpunit in Java or something similar.
source share