SimpleTester 1.0 - CI-library for unit testing |
[eluser]ciscoheat[/eluser]
A controller method is not the best thing to test, since it handles redirection, user input and other high-level actions. Unit testing is much better suited for testing the integrity of libraries and plugins (models to some extent), so if you want an example of how to do that, let me know! For testing the actual web user interaction, check out Selenium, http://selenium.openqa.org/ |
Welcome Guest, Not a member yet? Register Sign In |