White Box Testing (Glass box testing) is a type of software testing that examines the internal structure and logic of the software. In it, testers have access to the source code and they ensure that all lines and paths are tested thoroughly.
Black Box Testing is a type of software testing that examines the functionality and behaviour of the software. In it, testers interact with the code through user interfaces, give it inputs and examines the output for correctness.
Gray Box Testing is a type of software testing that leverages both white and black box testing. In it, testers have limited knowledge of the code plus they interact with the software via user interfaces.
An application-oriented question on the topic along with responses can be seen below. The best answer was provided by Nethaji on 20th May 2024.
Applause for all the respondents - Nethaji, Amol Ingole, Sumukha Nagaraja.
Create an account or sign in to comment