SimpleTest vs. PHPUnit for PHP-based testing
Over the year's I've kind of gone back and forth on SimpleTest, a PHP-based unit test framework.
A few years ago, when PHPUnit was in its infancy, SimpleTest was the best PHP-based unit test framework. In the past few years, however, it seems like PHPUnit has been improved continually, while SimpleTest has languished somewhat.
Currently, I believe PHPUnit is the best choice for true "unit" ("micro") testing, while SimpleTest seems to be better for modest functional (integration) testing.