I am pleased to finally announce version 1.0 of DbFit. DbFit is a set of FIT fixtures which enables FIT/FitNesse tests to execute directly against a database. This enables developers to manipulate database objects in a relational tabular form, making database testing and management much easier than with xUnit-style tools. The library is free to use, released under GNU GPL.
Version 1.0 (2008-03-10) is a major cleanup release. Grab it from [url=http://sourceforge.net/project/showfiles.php?group_id=191053&package_id=224326]SourceForge[/url].
Major updates
1. Support for in-out parameters in stored procedures.
2. Support for querying stored results
3. Support for SQL Server 2000 in .NET. Not as complete as Sql Server 2005, but should work in most cases.
4. Support for testing blank-padded fixed length CHAR types.
5. .NET version now compiled with FitNesse.NET 1.5
6. Proper documentation — finally. The documentation is available as PDF and FitNesse (included in the dbfit-complete package) and also online at FitNesse.Info.
Minor updates
1. Oracle date used as Timestamp to allow V8 compatibility switch to work
2. Stored procedure params no longer have to be listed in the same order as in db
3. GUID handler now just redirecting to standard GUID handler in .NET
4. OrderedQuery and StoreParameter fixtures for standalone mode
5. bugfix for transactions not getting rolled back in Java after tests in flow mode
6. bugfix for ntext and text field sizes in sql server
7. bugfix for fail[null] NullPointerException in Java
8. workaround for fail[null] bug in fitnesse.net 1.5
9. Acceptance tests now reorganised better.
Many thanks to Marisa Seal for her help with the documentation and Oscar Centeno for his help with Sql Server 2000 implementation.
For more information on DbFit, see http://fitnesse.info/dbfit/
–
gojko adzic
http://gojko.net