Some time ago I was working (in my spare time) on database testing tools. You could see posts about asserting data, putting the datastore to a known state and about mocking it up. I started working on… more →
CodemateBenjamin Darfler wrote 1 month ago: The Java 3rd party library ecosystem is a wild wild place. While everyone has heard of the big playe … more →
cvalcarcel wrote 3 months ago: Just the other day I was wondering how DBUnit was doing. As a former consultant I used to use DBUnit … more →
saffrongeek wrote 4 months ago: I have just copied the commands I tried on my terminal for someone else in search for the same. Hope … more →
Aparna Chaudhary wrote 1 year ago: In one of my projects I did some work on process improvements. The main target was to set up indepen … more →
Benjamin Darfler wrote 1 year ago: While TDD proclaims the gospel of fine grained tests and a healthy dose of mock objects, at some poi … more →
Danil Glinenko wrote 1 year ago: Some time ago I was working (in my spare time) on database testing tools. You could see posts about … more →
Balaji wrote 1 year ago: DBUnit is a very effective tool for testing persistence layer code. But before we can test any persi … more →
turgaykivrak wrote 1 year ago: In this post, I will create a base class for repository tests. I used DBUnit to populate database co … more →
Danil Glinenko wrote 1 year ago: Following up on DbAssert I’ve made a few changes to it. They are really minor ones. Ability to … more →
Danil Glinenko wrote 1 year ago: I want to share what I’ve done working on my current project to verify data in a database. The … more →
Vikas Hazrati wrote 2 years ago: Many times you need sample data to be used as the set up data for your test cases. An easy way to ex … more →
Vikas Hazrati wrote 2 years ago: We are using HSQLDB (1.8.0.1) as the in memory database for our DBUNIT (2.1) test cases. Suddenly wh … more →
turgaykivrak wrote 3 years ago: DBUnit ile bir data.xml’ koyduğunuz verileri yüklerseniz ( FlatXmlDataSet kullanarak) dikkat e … more →