1
Reply

What is white box testing?

19y
7.2k
0
Reply
    White box testing :- based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions.
    19y
    0