Testing strategy that focuses specifically on testing input values at the extreme lower and upper edges of input partitions is:
AEquivalence Class Testing
BDecision Table Testing
CState Transition Testing
DBoundary Value Analysis (BVA)
Explanation
BVA complements equivalence partitioning by testing boundary conditions where defects frequently occur.
Exam Relevance
- Topic: Software Testing
- Subtopic: Test Case Design

No Comments