Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4
page 5 of 8
by Keyvan Nayyeri
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 13741/ 187

Testing Process in MVC Pattern

But what is the testing process in MVC pattern for ASP.NET MVC? Model View Controller pattern is designed in a way to simplify the testing process by dividing the architecture of the application into independent components (Model, View and Controller). The philosophy behind MVC is to break the application in these components to limit the unit testing to Controller component.

In other words, MVC is designed in a way that you only need to unit test your controller classes and this is all the point.

Controller is a pure programming class and nothing more. On the other hand, it is completely independent from data model and views (data layer and user interface) and here you notice the point. This independence helps you to test your application just by testing the controller as a programming class.

I will show you how to unit test controllers in the next part.


View Entire Article

Article Feedback

Title:  
Name:  
Url: ( Optional )
Comment:  
Please add 1 and 1 and type the answer here:

User Comments

Title: Busby SEO Test   
Name: ranelyn_castro@yahoo.com
Date: 11/29/2008 12:30:54 AM
Comment:
What a nice post about Building a Simple Blog Engine with ASP.NET MVC and LINQ
Title: Source code?   
Name: James
Date: 10/31/2008 12:21:35 PM
Comment:
Great article! where is the source code?
Title: Outstanding article!ank you!   
Name: Ryan
Date: 10/11/2008 5:53:56 PM
Comment:
Outstanding article Keyvan! I would love to see the completed blog. I realize there have been some changes to the framework but, the views would be a very caluable post.

Th
Title: Nice   
Name: Nano
Date: 7/25/2008 12:56:14 PM
Comment:
I can't wait any more... Next part plz!
Title: Kblog View   
Name: Shaurav
Date: 7/22/2008 12:41:55 PM
Comment:
When are you going to publish the next part of it where you are going to talk about Views
Title: KBlog DEMO   
Name: Jame
Date: 6/19/2008 10:35:05 PM
Comment:
Can you provide the KBlog DEMO download address?
Title: MVC   
Name: Asmi
Date: 6/9/2008 5:24:51 AM
Comment:
Nice Article!! Waiting for the next to implement these practically.........
Title: MVC   
Name: Basheer Ahmed
Date: 5/17/2008 2:58:30 PM
Comment:
trp to put all series in one pdf file format
Title: sweet   
Name: Johan
Date: 5/13/2008 3:59:36 PM
Comment:
Nice article, looking forward for the next one.






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2009 ASPAlliance.com  |  Page Processed at 1/8/2009 3:29:19 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search