Articles tagged “Databases”

Testing code that uses databases

Published at 14:47, Wed 27 Feb 2008

I’m hardly the first person to observe that it’s hard to test code that needs a database. Production usage almost certainly needs a database server, but then the tests need some way of getting a suitable database handle.

More…