Transactions in Integration Tests

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]
Bookmark and Share