What is TDD environment?

 Posted by Tripati_tutu on 1/27/2011 | Category: ASP.NET Interview questions | Views: 4950 | Points: 40
Answer:

ASP.NET MVC framework helps to do test driven development (TDD) environment. With the help of this you can implement automated unit tests, and it will help to define and verify the requirements of new code before you actually write the code itself.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response