SQLUnit 4.0 released
SQLUnit 4.0 released
Submitted by webmaster@testdriven.com (News) on Thu, 09/09/2004 - 23:19.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.
Release 4.0:
- provides automatic sorting of resultsets by their natural order by default, and allows users to specify a non-default sort order if desired;
- contains changes to the set tag to allow non-scalar sets using an embedded SQL or stored procedure call;
- allows custom asserts by specifying an assert attribute in the test, diff and batchtest tags, and has a new suite of SQLUnit tests for Sybase ASA.
Visit SQLUnit's home page.
Release 4.0:
- provides automatic sorting of resultsets by their natural order by default, and allows users to specify a non-default sort order if desired;
- contains changes to the set tag to allow non-scalar sets using an embedded SQL or stored procedure call;
- allows custom asserts by specifying an assert attribute in the test, diff and batchtest tags, and has a new suite of SQLUnit tests for Sybase ASA.
Visit SQLUnit's home page.
