Advanced Testing Techniques
Back: Testing
Specialized testing approaches that go beyond the basic pyramid. These techniques address specific quality concerns like design feedback, specification alignment, edge case discovery, and inter-service contract verification.
Concepts
- Test-Driven Development
- Behavior-Driven Development
- Property-Based Testing
- Mutation Testing
- Fuzzing
- Snapshot Testing
- Contract Testing