If you are looking for an up-to-date SimpleTest tutorial, please see my newer post.
The Drupal simpletest module is awesome! I discovered it while I was looking for a new GHOP task, and I loved the idea of it immediately. So, I claimed the task, and I'm writing now to share what I learned with you.
What it is
The simpletest module extends the php simpletest framework. Basically, it allows users to run a series of automated tests on a Drupal install.
Why it's useful
Often, new code is entered into Drupal contributed modules, and even the Drupal core, without being thoroughly tested - or even tested at all, in some situations. With simpletest, tests become so easy (without having to manually try maybe hundreds of situations) that finding and fixing bugs becomes a breeze.
Recent comments
2 weeks 1 day ago
2 weeks 2 days ago
2 weeks 4 days ago
3 weeks 8 hours ago
4 weeks 1 day ago
4 weeks 1 day ago
5 weeks 15 hours ago
5 weeks 4 days ago
5 weeks 5 days ago
6 weeks 1 day ago