00:01
In this question, we want to differentiate between black box and white box testing.
00:11
Okay, so let's start with white box test, sorry, testing, which i'll call wbet.
00:19
So it's also known as clear box testing, transparent box testing, and structural testing.
00:25
It's a method where the internal structure, design, or implementation of the item being tested is known to the tester.
00:51
So the tester knows what is being tested.
00:54
It's mainly used for checking the flow of inputs and outputs through the amplification, sorry, through the application, improving design and usability, strengthening security, and verifying the flow of data structures.
01:04
It requires programming knowledge to identify all paths through the software.
01:09
And the tester chooses inputs to exercise paths through the code and determines the appropriate outputs...