1
vote
Database integration tests
Just to add to Free Wildebeest's answer I have also used HSQLDB to do a similar type testing where each test gets a clean instance of the DB.
…
0
votes
Automated integration testing a C++ app with a database
As @Kris K. says dumping and restoring the database between each test will probabl …
