Upgrading to version 1.0 III
I have found the second and last cause of my upgrading problems: there is a small bug in Model->save() which prevented the validation of the model fields. You find a patch on https://trac.cakephp.org/ticket/744. So, with that patch applied, all my tests run without failures. Hooray!
Update (2006-05-06): It transpired that the bug was in the advanced validation approach I use, and not in Model->save().




What software uses for testing?
I use Selenium (http://www.openqa.org/selenium/) and SimpleTest (http://www.lastcraft.com/simple_test.php).