
Integration tests with SimpleTest
This module allows to extend SimpleTest testing for integration tests.
The complete site is cloned (using prefixed tables) so your tests run over a clone of your site, instead of a clean Drupal installation as SimpleTest does.
I give 4 for ease of use because of the natural dificulty of write SimpleTests (module could provide a test class with more helper methods) and 4 for documentation because all simpletest stuff is not well documented.
Anyway is an excellent module to do integration tests, I've used it to check the complete cycle of shopping with Ubercart and export sales data to an external database (add products to cart, do checkcout, check ammounts, export data to an external database aabd check the exported data).
Review by tunic [info] on October 6, 2011 - 16:17