- Posted by Ian Suttle on August 20, 2009
- Filed under
I was working with some integration tests recently and had an epiphany: Why don't I use transactions in a test to reset data? I'm referring to a case where an integration test does something like write a new row to a database table. If I'm running these tests over and over those rows add...
[More]