so, im trying to figure out what white box
testing means, and all i can figure out is that you know how the system works, and your testing paths (i have no idea what this means) from everything to everything (like maybe how all the components interact?).
any better explanations or examples of what white box testing is?
i was under the impressenation that black box testing is something like testing the functionality of a program without knowing the verbose details on how things work (like testing all the buttons on a car without knowing the science of how they work, like gps, lights, windshield wipers... and noting if they perform the task on the button). so based on this white box testing must be checking every little detail of something?