

JDBDT
1 like
JDBDT (Java DataBase Delta Testing) is an open-source Java library for testing database applications. The library is designed for automation of database setup and validation in test code.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Android
Features
No features, maybe you want to suggest one?
Tags
- jdbc
- database-development
- Database
- testing-tools
- testing
JDBDT News & Activities
Highlights All activities
Recent activities
No activities found.
JDBDT information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is JDBDT?
JDBDT (Java DataBase Delta Testing) is an open-source Java library for testing database applications. The library is designed for automation of database setup and validation in test code. The main features are as follows:
- d-assertions can be used to verify database changes incrementally, in addition to standard assertions for database state or data set comparison.
- Setup methods can be used to define database contents.
- Data sets are defined programmatically, without need to maintain external “data files”.
- The entire functionality is exposed by a “minimalistic” API facade. JDBDT is also self-contained, without dependencies from third-party libraries.

