How to write integration and system tests in Asp.net MVC
问题 My application I have an application design that looks like this: web application layer - asp.net MVC app with controllers and views that use POCOs and call services service layer - business processes that use POCOs and call repositories data layer - repositories that use POCOs and communicate with the model in the form of EF model which is part of this same layer POCO layer - defines all classes that are used for inter communication between these layers So my data layer is completely