White box testing: Overview











Sponsored Links:

Also Known as Structural Testing or Logic-driven Testing or Glass Box Testing
Source Code is available for Testing

1)Structural Testing process
2)Program Logic-driven Testing
3)Design-based Testing
4)Examines the internal structure of program

White box testing techniques

1)Basis path testing
2)Cyclomatic complexity

White box testing is
1)Derive test cases:
2)based on program structure.
3)to ensure that all independent paths within a module of the program have been tested.

Maximum criteria for White Box Testing

1)Code
2)Document High Level Design
3)Low level Design Document
4)Application Requirements Specification

White box Vs Black box:

No comments: