Browsing All Posts published on »July 30th, 2007«

DBUNIT : Extracting Test Data into XML file

July 30, 2007

6

Many times you need sample data to be used as the set up data for your test cases. An easy way to extract data from a database into an XML file is as follows The code sample below is mentioned for Postgres database however can be used for any database.