--- layout: post status: PUBLISHED published: true title: 'Article: Coarse Grained Unit Testing' id: 74b8f1a1-6532-462f-a344-7c2f1039dd8f date: '2010-03-04 13:00:00 -0500' categories: openejb tags: - drdobbs - dbunit - article - openejb - testing permalink: openejb/entry/article_coarse_grained_unit_testing ---
Dr. Dobb's has a great article titled Coarse-Grained Unit Testing: Using OpenEJB and DBUnit to write repeatable unit tests for Java componentswhich shows how to combine OpenEJB with DBUnit to get a very effective testing setup. The article is complete with an example based on the fictitious Blue Star Galactic spaceship company. All source code is available to download.