Q: What is the difference between black-box and white-box testing?
Anonymous
Black Box: Only concern with validation of output instead of how that output is generated. Programming and implementation knowledge are not required. White Box: consider the implementation(internal structure) along with output. Programming and implementation knowledge is necessary.
Check out your Company Bowl for anonymous work chats.