SQLUnit
SQLUnit is a regression and unit testing harness for testing database stored procedures. An SQLUnit test suite would be written as an XML file. The SQLUnit harness, which is written in Java, uses the JUnit unit testing framework to convert the XML test specifications to JDBC calls and compare the results generated from the calls with the specified results.
Metadata
Category: Testing Tools
License: GNU General Public License (GPL)
Homepage: http://sqlunit.sourceforge.net
Sponsored Ad