Hey On Jan 28, 2008 3:20 AM, Andres Monroy-Hernandez <[EMAIL PROTECTED]> wrote: > Question: How do you do your testing? simpletest, selenium
> I should be doing unit testing but I haven't had time to read more > about how to do it in CakePHP. So I have been testing by simply trying > (clicking) different features on the website. I know ideally unit > testing should be part of the development cycle but at this point my > app has grown so much that I am not sure what the best approach is. > The problem is that when testing manually I often miss something and a > bug gets released. Any suggestions? see above > 5. Both my production and dev environment point to the same database. > The advantage is when a new field or table is added due to a new > feature, the changes done automatically but I often fear I shouldn't > be touching the production environment until the changes are done. > > Question: how do you manage and deploy DB changes? look into migrations using the same db is asking for trouble :) HTH -- Marcin Domanski http://tumble.kabturek.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
