AvnetLabs Blog: TDD with Zend Framework
Unit testing is very simple concept, at least in theory. Once you try to implement it, obstacles arise, often specific to your product and environment. This is where AvnetLabs’ series on unit testing in Zend Framework comes useful:
In the coming weeks, I’ll put together a how-to on testing ZF applications using a Test Driven Development (TDD) approach. With TDD tests are written first and as such the test suite guides the design of the production code.
First article in the series shows how to setup simple application and write simple test. Good starter for beginner.