ddsteps

DDSteps Collection/Association Question

How do we represent associations, collections in the excel spreadsheet while using DDSTEPS? Let us take an example. Department has many employees. In the spreadsheet how do we enter data for employee for a specific department? I tried something similar below in the excel but is not working. Any help is appreciated. department.name, ...

Running Junit Test with DDSteps is throwing NoClassDefFound

Hi, I m new to Junit just started writing automated tests using DDSteps. Here is my code to load the data package JunitTestPackage; import org.ddsteps.data.DataLoader; import org.ddsteps.data.support.CachingExcelDataLoader; import org.ddsteps.testcase.support.DDStepsExcelTestCase; public class ExcelTestCase extends DDStepsExcelTestC...