votes
Is it possible to unit test a asp.net mvc view page? Specifically, testing helpers?
Many asp.net mvc view page helpers produce HTML output, and this output is dependent upon the routing information like controller and action naming. If I was to rename a controller, or an action, a form helper or link helper may break. i ...
