Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 16-18 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
dbfit Archive
-
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... -
Are you using DbFit?
Posted on December 6, 2007 | No CommentsI’m building a new web site for DbFit and rewriting the documentation from scratch. For the new site, I would love to have some success stories and comments from people who are using the tool now. So if you are one of them, and you are happy with the tool,... -
DbFit 0.92: Inspect fixture and better error handling
Posted on November 26, 2007 | No CommentsNew version of DbFit (0.92) is now available for download from SourceForge. Here are the most important changes: Better error handling, DbFit now prints out missing column/parameter names and warns if table/procedure could not be found new Inspect fixture to help with regression tests: DatabaseTest has three methods to automate...

