Middle
What test design methods do you know?
sobes.tech AI
Answer from AI
-
Black Box Testing:
- Equivalence Partitioning
- Boundary Value Analysis
- Decision Tables
- State Transition Testing
- Use Case Testing
- Pairwise Testing
- Exploratory Testing
-
White Box Testing:
- Statement Coverage
- Branch/Decision Coverage
- Condition Coverage
- Multiple Condition Coverage
- Path Coverage
- Data Flow Testing
-
Grey Box Testing:
- Methods combining knowledge of internal structure and requirements, such as combining database analysis with user interface testing.