I ve been searching on how to do Unit testing and find that it 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 unnecessary tests and lose development time doing overkill tests.
What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest problem that we as ...