This is an old revision of the document!


IDE DataSet Editor

IDE DataSet Editor allows you to create and edit the dataset for a state or transition. The dataset can then be used in TRIGGER Script to perform Data-Driven Testing (DDT).

It supports combinatorial test generation algorithms including Pairwise algorithm. For more advanced data generation.


Usage

Dataset can be assigned to a state or transition and datasets are automatically used during test generation to ensure transitions are traversed enough times to go through all rows in the dataset.

The rows in the dataset are retrieved and used as the states and transitions are traversed. You can access the data fields on the current row with $SYS.getData('fieldName') in any of the state and transition TRIGGER