This post originated from an RSS feed registered with PHP Buzz
by Michael Kimsal.
Original Post: Forget SEO - what about Test Optimization?
Feed Title: Michael Kimsal's weblog
Feed URL: http://michaelkimsal.com/blog/category/php/feed/
Feed Description: Web development and new media observations
I’ve recently been working on a project trying to take an existing customized wordpress site and create automated integration tests around parts of it. I’m using phpUnderControl, phpUnit, Selenium RC, Firefox, Xvfb (virtaul frame buffer) and … well, I think that’s it.
So, phpUC is configured to do a checkout from svn on a commit, then [...]