Which of the following would best describe the difference between white-box testing and black-box
testing?

A.
White-box testing is performed by an independent programmer team
B.
Black-box testing uses the bottom-up approach
C.
White-box testing examines the program internal logical structure
D.
Black-box testing involves the business units
check
0
0
White Box Testing aka Structural Testing, Clearbox Testing or Glassbox testing, tests the internal structure of the application.
Blackbox Testing aka Functional testing or Behavioral Testing, tests the Functionality of the application to see if it is working the way it is supposed to.
0
0