White-box testing is used to test the program code, code structure, and the internal design flow. In this lesson we cover the following areas:
- Dynamic White-Box Testing Techniques
- Unit/Code Functional Testing
- Code Coverage Testing
- Code Complexity Testing
- Path Coverage
- Condition Coverage
- Function Coverage
- Mccabe Cyclomatic Complexity
- Netbeans Debugging With Conditional Breakpoints
Recorded lesson:
Cyclomatic complexity and the impact on testing