Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 4: Test Design Techniques - Coggle Diagram
Chapter 4: Test Design Techniques
1. Black-box Testing
< Specification Base Testing/ Behavior Testing>
Classsifies
1. Equievalence Partitioning
2. Boundary Analysis
3. Decision table
4. Cause-Effect Graph
5. State Transition Testing
6. Configuration
Combination Test
1. All Combination
2. Classification Tree
3. Orthogonal Array
== Pairwise Test
== Two wise
7. Use case
8. User Story
Experience base
Techniques
Defect Taxonomies
Used for classification of failure and use to:
Control to design of testcase
Provice a precise statement about release quality
Allocate testing resource
Error Guessing
Design base on past failures or common mistake by developer
Checklist base Testing
List of question to remind, checked
Question from standard or common defect
Exploratory Testing (Free test, Monkey Test, Random Test)
Informal test : no process, no document
Use session-base
Most usefull when there are few or inadequate specification or time presure
2. White Box Testing
< Structural Base Testing>
Five main Type
Black Box Testing
White Box Testing
Experience based
Dynamic Analysis
Defect base