DDTUnit - A Data Driven Approach to Unit Testing
For setting up module/component tests during development cycle we found
it extremely useful and productive to take a data centric approach to
cover multiple testcases on coded testmethods.
The basic idea of DDTUnit is to provide a XML description (XML Schema based)
of testdata and combine it with the simplicity of JUnit. All program flow is
coded in plain old Java. A wide range of object types can be expressed through
the definition in xml resource (not just the simple String constructor based
objects.
Working on Subversion repository
Use of local Maven2 Repo under http://ddtunit.sourceforge.net/m2-repo
More detailed information in section DDTUnit - Changes
Request for Comment: