Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:comb_data_modeling [2020/06/12 01:45]
admin [Create Model]
tutorial:comb_data_modeling [2020/06/12 02:04]
admin [Generate Test Cases]
Line 57: Line 57:
 {{wiki:overview:tut_comb_new_model_var3.png?500}} {{wiki:overview:tut_comb_new_model_var3.png?500}}
  
-You can also add constraints to remove certain permutations that are illegal, invalid or unwanted for any reason.  This is not covered in this tutorial, please refer to the [[../data_design_ide | Data Design IDE]] for details.+You can also add constraints to remove certain permutations that are illegal, invalid or unwanted for any reason.  This is not covered in this tutorial, please refer to the [[../data_design_ide#define | Data Design IDE / DEFINE]] for details.
  
 Save the changes and we are ready to generates the test cases from this model. Save the changes and we are ready to generates the test cases from this model.
Line 65: Line 65:
  
 ===== Generate Test Cases ===== ===== Generate Test Cases =====
 +Test generation from combinatorial model is done in [[../data_design_ide#generate | GENERATE]] tab.  Go ahead and select //GENERATE// tab.
 +
 +{{wiki:overview:tut_comb_new_model_gen.png?600}}
 +
 +To generate the test cases,
 +  * select an algorithm {{wiki:overview:tut_comb_algorithms.png?150}}
 +
 +  * click on ▶ next to the algorithm dropdown
 +
 +Generated test cases are listed in //DataTable// as below for //pairwise//:
 +
 +{{wiki:overview:tut_comb_new_model_pairwise_gen.png?600}}
 +
 +You may remove or add additional rows to the //DataTable// as you see fit, even to update values for any rows. However this must be done with caution as any changes to //DataTable// will be lost on next time //DataTable// is re-generated.
 +
 +Feel free to experiment with different generation algorithms.  You must save the changes before you run another generation.
 +
 +
 +