Question d’entretien chez BairesDev

Define black box testing y white box testing

Réponse à la question d'entretien

Utilisateur anonyme

9 mai 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