Questions on about TDD or unit testing in ASP.NET MVC
Posted
by Diego
on Stack Overflow
See other posts from Stack Overflow
or by Diego
Published on 2010-04-06T22:57:02Z
Indexed on
2010/04/06
23:03 UTC
Read the original article
Hit count: 344
I've been searching on how to do Unit testing and find thats is quite easy, but, what I want to know is, In a asp.net mvc application, what should be REALLY important to test and which methods you guys use? I just can't find a clear answer on about WHAT TO REALLY TEST when programming unit tests. I just don't want to make unecessary tests and loose developement time doing overkill tests.
© Stack Overflow or respective owner