What Is Glass Box Testing ?
Glass box testing is a testing approach that explores the program framework and acquires test data from the program codes or program logic. Glass box testing is also known as Open box testing, Clear box testing, Structural testing.
Testing Techniques For Glass Box Testing:- There are few techniques for the glass box testing mentioned below:-
- Statement Coverage
- Branch Coverage
- Path Coverage
Statement Coverage:- Statement coverage approach is proposed at applying all programming declarations with the minimum tests.
Branch Coverage:- Branch coverage approach is working as a sequence of tests to assure that all branches are verified once, at any rate.
Path Coverage:- Path coverage approach matches to testing all feasible paths that means every statement and branch is included.
0 Comment(s)