I am new to DBUnit library, please clarify me regarding the below statements at the earliest:
According to my knowledge dbunit is mainly used in setting up the proper test data in the database, before execution of a particular test case/suite.
My Question: Is DBUnit an in-memory database (or) can we setup DBunit as an in memory database?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
No and no. DBUnit is a test harness for setting up a database to contain particular items of data. It needs a DB to work with. If you want in-memory, you can use HSQLDB as the DB.