Skip to content
Andres Gomez Casanova edited this page Feb 10, 2020 · 4 revisions

db2unit

db2unit is a unit testing framework for the IBM Db2 database written in SQL PL language.

If you are in a hurry, and you need db2unit in 5 minutes, you can visit the Getting started section.

This framework allows you to automate the tests for your routines (Stored procedure and functions), and it can integrated with your Test-Driven Development (TDD) strategy. db2unit is a xUnit framework with the same design as the well-known jUnit, using the same terms and components for the structure. By sharing the same terms and elements of jUnit, the learning curve is reduced and you or your developers can adopt this framework more easily.

db2unit could be considered as a jUnit porting to Db2 SQL PL.

If you are looking for how to install this framework, please visit the install section. Or if you want to know how to getting started with this framework you can visit the usage section plus the API section. Finally, if you want to see the functional code workin, please visit the examples section.

The licenses of this project are:

These are some useful links:

Developers:

Contributors:

  • Helmut Tessarek (@tessus)
  • Robert Mala (@dibdotdob)