Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ide_dataset [2020/05/03 04:04]
admin
ide_dataset [2021/01/05 03:00]
Line 1: Line 1:
-===== 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. 
- 
-{{ wiki:idescreen:ide_dataset.png }} 
- 
----- 
-==== 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// 
- 
-----