I'm using dBUnit and am trying to assert a row of my pre-defined FlatXmlDataSet with the actual DB dataset. The problem is the getValue for my Verification Code field returns a ...
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 ...
I have a database process written in PL/SQL that i would like to test using DBUNIT. The pl/sql program processes data from one table and generates new data into a new ...
I try to load a table, that have an identity column, with DB Unit. I want to be able to set the id value myself (I don't want the database generate ...
I'm developing some JUnit tests using DbUnit and have found some of them to be painfully slow.
I have one test that inserts 251 rows into a table (just 'Country' definitions- 3 ...
I'm creating a data-intensive JEE web application, which keeps its persistent data in a relational database. Now I want some JUnit tests to validate the application behavior in certain "data environments". ...