What are the unit testing techniques?
Black Box Testing - An application is tested based on its requirement specification without the knowledge of its internal structure.
- Equivalence class partitioning
- Boundary value analysis
- Decision tables
- Statement Testing
- Branch Testing
- Path Testing
Comments
Post a Comment