Junior
Are you familiar with test design methodologies?
sobes.tech AI
Answer from AI
Yes, I am familiar with the main test design methodologies.
The most commonly used methodologies:
-
Specification-based testing / Black Box Testing:
- Equivalence Partitioning
- Boundary Value Analysis
- Decision Tables
- Pairwise Testing
- State Transition Testing
- Use Case Testing
-
Structure-based testing / White Box Testing:
- Statement Coverage
- Branch / Decision Coverage
- Condition Coverage
- Multiple Condition Coverage
- Path Coverage
-
Experience-based testing:
- Exploratory Testing
- Error Guessing
The choice of methodology depends on the type of application being tested, the availability and quality of documentation, the required level of coverage, and the available time.