I use DbUnit for unit-testing of my DAO objects. It works great so far. 开发者_运维百科I have a problem, I have field ob type byte[] which is stored as BLOBin the database. The column is not-null. Ho
I am currently updating a java-based web application which allows database developers to create stored procedure regression test suites for database testing.
I use DbUnit to load data into a DB for some integration tests. The data is 开发者_如何转开发specified in a flat XML file like so:
I have a strange problem with dbUnit. I use dbUnit 2.4.4, java 1.6, Spring (as db connection pool), Oracle 9 for my project with about 50 unit tests.