Pergunta de entrevista da empresa Fast Enterprises

Q: What is the difference between black-box and white-box testing?

Resposta da entrevista

Sigiloso

2 de jun. de 2016

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.