Differences

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

Link to this comparison view

tutorial:comb_data_modeling [2020/06/10 03:45]
admin
tutorial:comb_data_modeling [2021/01/05 03:00]
Line 1: Line 1:
-====== Tutorial: Combinatorial Modeling and Test Generation ====== 
- 
-Learning Objectives: 
-  * [[#What is Combinatorial Model?]] 
-  * [[#Build Model]] 
-  * [[#Generate Test Cases]] 
-  * [[#Make Changes]] 
- 
-===== What is Combinatorial Model? ===== 
-Combinatorial Model is an abstraction and representation of a combinatorial problem. 
- 
-Combinatorial Model consists of a list of variables with each variable having a set of domain values to be tested. The objective of creating the combinatorial model is to produce a list of variable interactions to ensure all possible interactions among all variables are covered. 
- 
-===== Build Model ===== 
- 
- 
-===== Generate Test Cases ===== 
- 
- 
-===== Make Changes ===== 
- 
- 
- 
-===== =====