MVC has become the new hot thing that is being implemented in different programming languages. There are at least 20 MVC frameworks that I know of. Unlike my previous posts which were about CakePHP. This post is about my experience with ASP.NET MVC 2.
We got the chance to use CakePHP Test Suite v 1.2.0.0 for one of our customers who requested creating test cases for all models and controllers in the project. I got a feedback from one of our developers with the following two problems while generating and running the test cases for models:
1- CakePHP complains about missing database tables for some models.
2- Enum fields data types are not supported anywhere by the test suite.