Questions on about TDD or unit testing in ASP.NET MVC
- by Diego
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.