Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ide_dataset [2020/05/03 16:27] – [Generate DataTable] admin | ide_dataset [2024/01/02 19:37] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== IDE DataSet Editor ===== | ===== IDE DataSet Editor ===== | ||
- | //IDE DataSet Editor// allows you to create and edit the //dataset// for a state or transition. | + | //IDE DataSet Editor// allows you to create and edit the //dataset// for a state or transition. |
It supports combinatorial test generation algorithms including // | It supports combinatorial test generation algorithms including // | ||
- | {{ wiki: | + | {{wiki: |
---- | ---- | ||
Line 10: | Line 10: | ||
To create a dataset, click on " | To create a dataset, click on " | ||
- | New dataset created is automatically added to the dataset drop-down list for [[State Properties]] and [[Transition Properties]]. | + | New dataset created is automatically added to the dataset drop-down list for {{wiki: |
Dataset is assigned to state and transition by name. If dataset is renamed after it's assigned to a state or transition, you must re-assign the dataset to those states and transitions. | Dataset is assigned to state and transition by name. If dataset is renamed after it's assigned to a state or transition, you must re-assign the dataset to those states and transitions. | ||
Line 17: | Line 17: | ||
==== Define Variables ==== | ==== Define Variables ==== | ||
- | Variables are used by [[#Combinatorial Algorithm]] to [[#Generate DataTable]]. | + | Variables are used by {{https:// |
* //Variable Name// - variables must have unique names and preferably legal java variable names | * //Variable Name// - variables must have unique names and preferably legal java variable names | ||
Line 47: | Line 47: | ||
---- | ---- | ||
==== Usage ==== | ==== Usage ==== | ||
- | Dataset can be assigned to a state or transition | + | Dataset can be assigned to a state or transition. They are automatically |
- | The rows in the dataset are retrieved and used as the states and transitions are traversed. | + | The rows in the dataset are retrieved and used as the states and transitions are traversed. |
+ | $SYS.getData(' | ||
+ | |||
+ | To access the dataset outside | ||
+ | | ||
+ | |||
+ | |||
- | ---- |