JDBDT icon
JDBDT icon

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.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Android
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on 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

  • Developed by

    Unknown
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  17 Stars
  •  3 Forks
  •  5 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
JDBDT was added to AlternativeTo by eduardomarques on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What 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.

Official Links