Spreading test data across multiple small data sets seems to me to create a maintenance headache whenever the schema is tweaked. Anybody see a problem with create a single larger test data set? By “larger” I’m still only talk about a couple hundred records in total.
Share
I would not use a unique large dataset (you want to avoid any overhead if you don’t need it) and follow DbUnit’s Best Practices recommendations:
Some more feedback from the Unitils folks:
Using small datasets with just enough data has worked decently for us in the past. Sure, there is some maintenance if you tweak the database but this is manageable with some organization.