Field | Value |
---|
Name | DDTUnit - Data Driven Testing |
Description | DDTUnit - A Data Driven Approach to Unit Testing extends the
functionality of JUnit by providing a testdata repository. For
setting up module/component tests this will provide 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. |
Homepage | http://ddtunit.sourceforge.net |