Last updated August 28, 2011. Created by birdmanx35 on August 24, 2005.
Edited by MatthewS, Dave Reid, Chris Johnson, boombatower. Log in to edit this page.
SimpleTest is Drupal's custom testing framework. During the Drupal 7 development cycle SimpleTest has become an integral part of the workflow, and has been moved into core as the Testing module. It has significantly enhanced the way core is developed and made it possible to make major API enhancements with confidence. In Drupal 6, it is known as the SimpleTest module and it lives in the contributed repository.
Drupal 7 HEAD is much more stable than any release we [have] ever had. -chx
Drupal 7 has seen major benefits from embracing the testing framework.