|
|
|
Though the MVC will make the testing of web application much easier,
I think it does not solve the testing of what happen in the view, like javascript execution (ajax).
MVC does not replace Web Form, At least that is what I heard from Phil Haack in a podcast.
Frederic Torres
www.InCisif.net
Web Testing with C# or VB.NET
ftorres |
Homepage |
01.27.08 - 3:36 am | #
|
|
I didn't say MVC would replace web forms; I actually said it is an alternative to web forms. No single technology is getting to solve every problem. There is a general trend in the industry to frameworks which promote easier to implement testing; one of the most important techniques to facilitate this is separation of concerns (hence MVC and MVP).
Mitch Wheat |
Homepage |
01.28.08 - 11:45 am | #
|
|
Commenting by HaloScan
|