Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.29 KB

README.md

File metadata and controls

66 lines (52 loc) · 2.29 KB

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