Learn how to do Specification by Example
I’m speaking here:
- Agile Practitioners 2012, Tel Aviv, Israel, 30-31 January 2012
- Software Passion Summit, Göteborg, Sweden, March 19-20, 2012
- Scandinavian Developers conference, Göteborg, Sweden, April 17, 2012
- Dutch Testing Conference, Bussum, NL, 18 April
- Testing and Finance, London, 17 May 2012
dbfit Archive
-
Database TDD talk this Thursday in London
Posted on June 30, 2008 | 2 CommentsI’m doing a talk on effective test driven database development this Thursday in London (near Farringdon station, stating at 18:30). I’ll talk about unit testing stored procedures, test data management and best practices for java/.net integration testing that involves a database. In the talk I’ll also give a technical demo... -
DbFit 1.0: support for in/out parameters, blank-padded strings and querying stored results
Posted on March 10, 2008 | 3 CommentsI am pleased to finally announce version 1.0 of DbFit. DbFit is an extension to FIT/FitNesse that makes test-driven database development easy. Version 1.0 (2008-03-10) is a major cleanup release, finally bringing proper documentation for the library as well. Grab it from SourceForge. -
DbFit – experimental support for In/Out parameters
Posted on February 4, 2008 | 1 CommentI’m preparing for release 1.0 of DbFit — one of the new things will be support for In/Out parameters. A pre-release with this functionality is now available for testing. - To use In/Out parameters, just define two columns for the same parameter. The one for OUT direction should have a... -
Initial support for SqlServer 2000 in DbFit
Posted on January 7, 2008 | 2 CommentsGreat news – SQLServer 2000 is now supported in DbFit. The only limitation, compared to Sql Server 2005, is that tables and procedures must be fully qualified (defined as schema.name), if there is an object of the same name in the current user’s schema and in dbo. The next official... -
DbFit 0.93: Storing and Comparing Queries
Posted on December 27, 2007 | 19 CommentsDbFit 0.93 has just been released. Pick it up from SourceForge. New and noteworthy Storing query results into fixture symbols Comparing queries stored into symbols SQL Server support for GUID and SQL_Variant types (variant is treated like a string) .NET version updated to use FitNesse.Net 1.3 Loading connection settings from...

