RSSAmplifier

omervk.com · Dec 21, 2011

Unit Testing MySQL-Bound Code

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

I’m currently working on a product that is very tightly bound to MySQL. It’s so tightly coupled, in fact, that unit testing it while mocking the database access is meaningless. Unfortunately, accessing a MySQL database from the build server (or any machine) is not something that we can take for granted, not to mention concurrency (one person running the unit tests in parallel to another, messing…

Read on /posts/2011-12-21-unit-testing-mysql-bound-code/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.