Pergunta de entrevista da empresa BairesDev

Define black box testing y white box testing

Resposta da entrevista

Sigiloso

9 de mai. de 2025

Black box testing is a software testing method where the tester evaluates the functionality of an application without knowing its internal code or structure. It focuses on inputs and expected outputs, ensuring the system behaves as intended from the user’s perspective. White box testing is a method where the tester has full visibility of the internal code, logic, and structure of the application. It focuses on how the system works internally