Sunday, February 12, 2006

DDSteps ("Data Driven Sanity") for JUnit

DDSteps ("Data Driven Sanity") for JUnit: "DDSteps ('Data Driven Sanity') for JUnit
Posted by: Bjorn Granvik on February 10, 2006 @ 09:23 AM

DDSteps is a JUnit extension for building data driven test cases. It separates the input and expected output test data from the test code. The data is kept in an Excel file for easy editing. The test code is divided into test steps, which makes for good reuse. Function testing can now easily be extended with new combinations of input by just adding rows in Excel and new test cases can be created using existing test steps."

Comments include posting by Cedric Beust about how data-driven testing works in TestNG.

No comments: