Jan
09
2008
In November, I attended a workshop on improving the understanding between customers and software development teams. The attendees were split into seven or eight groups, and there was an exercise at the end asking the members of each group to come up with a practice that could significantly improve the shared understanding with their customers. Five groups independently came to the same conclusion: “Spend some time working at the customer’s location.” Continue Reading »
Jan
07
2008
Great 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 release will include sql server support — until then, you can download the binaries from Sourceforge: dbfit-dotnet-20080107.zip
the complete package, with acceptance tests, can also be downloaded from here: dbfit-complete-20080107.zip
For sqlserver 2000, use dbfit.SqlServer2000Test instead of dbfit.SqlServerTest.
Many thanks to Oscar Centeno for his help on implementing and testing support for Sql Server