I\'m programming in Java and my applications are making a lot of use of DB. Hence, it is important for me to be able to test my DB usage easily. What DB tests are all ab
You could HSQLDB for in memory db testing. Starting the in memory data base and running tests on it is pretty straightforward. http://hsqldb.org/