29 March 2024

White-Box Testing

White-Box Testing definition

  • White-box testing is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester :
    • White Box testing, also known as Clear Box Testing, Open Box Testing, Glass Box Testing, Transparent Box Testing, Code-Based Testing or Structural Testing, is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester.

White-Box Testing practice

  • The tester chooses inputs to exercise paths through the code and determines the appropriate outputs.
    • Also, it implies testing based on an analysis of the internal structure of the component or system.
    • This method is named so because the software program, in the eyes of the tester, is like a white/transparent box; inside which one clearly sees.

More informations for Scrum Testing

More informations for the Scrum PSD certification here.

Leave a Reply

Your email address will not be published. Required fields are marked *