Skip to content

jbloemendal/test_case_design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Case Design

The SodaMachine provides an exercise to comprehend and practice the concepts of test case design. It's an adaptation of the research of D.C. Kunk et al., including intentional defects. You find the content in the branches, the suggested literature is optional.

week1: Static analysis

week2: Object State Testing

week3: Combinatorial Testing

week4: Detailed WhiteBox Testing - Elementary Comparison Testing

week5: Integration Testing

week6: System Testing