Does the unit testing of an MVC application is possible without running controllers in an ASP.NET process ?

 Posted by Bharathi Cherukuri on 8/27/2012 | Category: ASP.NET MVC Interview questions | Views: 12065 | Points: 40
Answer:

In an MVC application, all the features are based on interface. So, it is easy to unit test a MVC application.
And it is to note that, in MVC application there is no need of running the controllers for unit testing.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response