What is the White Box Testing technique?

Software Quality Assurance Questions



80 Short 74 Medium 48 Long Answer Questions Question Index

What is the White Box Testing technique?

White box testing is a software testing technique that focuses on the internal structure and implementation details of the software being tested. It involves examining the code and logic of the software to ensure that all paths and conditions are tested thoroughly. This technique is also known as clear box testing, structural testing, or glass box testing. White box testing is typically performed by developers or testers who have access to the source code and are familiar with the internal workings of the software.