About 2,140,000 results
Open links in new tab
  1. White-box testing - Wikipedia

    White-box testing (also known as clear box testing, glass box testing, transparent box testing, and structural testing) is a method of software testing that tests internal structures or workings of …

  2. White Box Testing – What is, Techniques, Example & Types

    Dec 22, 2025 · White Box Testing examines software’s internal logic, structure, and code behavior to ensure correct input-output flow, code reliability, and security. This technique …

  3. White box Testing - Software Engineering - GeeksforGeeks

    Jul 20, 2025 · White box testing is also known as Structural Testing or Code-based Testing, and it is used to test the software’s internal logic, flow, and structure. The tester creates test cases to …

  4. White Box Testing: Types, Techniques, Tools with Example

    May 9, 2025 · White box testing (also known as clear, glass box or structural testing) is a testing technique which evaluates the code and the internal structure of a program. Learn different …

  5. What Is White Box Testing? Techniques, Examples & Best …

    Dec 17, 2025 · White box testing is an essential software quality assurance practice where testers leverage complete knowledge of an application's internal structure, logic, and code to …

  6. What Is White Box Testing? - Coursera

    Jul 2, 2025 · White box testing is a type of software verification performed to check a software program’s operation and ensure it’s consistent with the developer’s design. This testing …

  7. What is White Box Testing? Types and Techniques - Intellipaat

    Oct 29, 2025 · White Box Testing is a type of software testing in which the internal structure, design, and code of the software are tested. It looks inside the code to see how the code is …

  8. What is White Box Testing and its Types with Examples?

    Jun 11, 2025 · White Box Testing is a software testing technique that is based on the application’s internal code structure. In white-box testing, an internal perspective of the system, as well as …

  9. Understanding White Box Testing: An In-Depth Guide

    Oct 15, 2024 · Among the various testing methodologies available, white box testing stands out for its focus on the internal structure and workings of the software. This comprehensive guide …

  10. White Box Testing - ZetCode

    Apr 4, 2025 · Learn white box testing in software development: its definition, types (unit, integration, path), benefits, and best practices. A comprehensive guide by ZetCode to …