Finally, there is a Maven 2 version of DDSteps. Grab milestones and releases at:
http://repo.ddsteps.org/maven/release/
A sample project for DDSteps 1.1 has been released. The "samples-petclinic" shows how to do end-to-end testing of a real web application; The petclinic, a Spring framework demo app.
A new demo is now available showing how DDSteps is used for web testing together with continuous integration using CruiseControl.
Check out the DDSteps file releases.
The guide: http://www.ddsteps.org/x/EQ
You can now find a video on how to use DDSteps. In the example we go through an example comparing strings and a typical use case in Eclipse.
Finally, the official 1.0 release of the test framework based on reusable data-driven test steps.
DDSteps is a JUnit extension that makes test cases data driven. It uses external test data (in Excel, XML etc) which is injected into your test case using standard JavaBeans properties. DDSteps data-enables and integrates with toolkits such as jWebUnit and DbUnit. It is 100% JUnit compatible.
Six slightly adapted slides from the http://www.ddsteps.org/presentations/ddsteps.ppt have been added to the 'Screenshots'.