Roy Osherove writes about using tests in his project to verify big changes and detect areas tat needs attention. In his case almost any DB test would fail because he is changing his primary keys, but I wouldn’t be so sure my tests caught all the errors from large changes under other circumstances. But maybe that’s why writing tests takes practice too. 🙂 Read it here.
Categories