2009/3/17 Matthew Weier O'Phinney <[email protected]> > -- till <[email protected]> wrote > In general, is Zend_Test ready for > "production" yet? I think I pretty > > much run into everything that's still being worked on -- e.g. > > Zend_Session (static issues), cookie-related, etc.. So far, I'm > > pondering to write "regular" unit tests which would involve getting > > the pages through a http client and then parsing them with DOM > > methods. > > It's production ready -- I've been using it a ton. The principal issues > lie in the framework itself. For instance, we need to add cookie support > in the response object, and Zend_Session needs to be refactored to make > it easier to test against. >
In my opinion Zend_File (used for uploading) is another component that needs refactoring because without patches it cannot be tested. On the other hand, I've enjoyed using Zend_Test for integration testing of rss feeds and ajax requests. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://ossigeno.sourceforge.net
