Hi there, I really want to get into test driven developement with cake. At present I use SimpleTest to unit test my models and Selenium to Acceptance test my application. Using Selenium, I can kind of indirectly tests my Controllers but not properly (unless I'm not using it correctly). I like Selenium for Acctptance testing but would really like to start using SimpleTest for Unit testing my controllers. However, I have no idea where to start with this.
I know that the test suite for cake includes an example unit-test but this is a test of some cake core functionality and does not try to render a view unlike a controller. I'm wondering if anyone can point me in the direction of how to effectively test my controllers. Cheers, Sonic. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
