I've decided to get into test-driven development in a practical way so the first thing to decide is which framework to use.
Does anyone have enough experience with the various frameworks around to recommend one over the others?
You will probably want a front-end automated testing mechanism such as Selenium to run regression tests on your UI.
However this isn't a replacement for (e.g. PHPUnit) which would be for unit testing back-end components.
Mark