Setting up the environment
To run the example of DbUnit in Eclipse, we need jar files of
DbUnit,
JUnit and Jakarta Commons IO. DbUnit is available from DbUnit web
site, http://www.dbunit.org. JUnit is available from
http://www.junit.org. commons-io-1.3.2.jar
can be found from http://mirrors.kahuki.com/apache/commons/io/binaries/commons-io-1.3.2-bin.zip.
Now these jar files are
required to be added in the referenced library of your testing directory.