define "white-box testing"
White-box testing allows you to base your tests on your knowledge of what the program is supposed to do (that is, its internal model). You choose parameters of the tests to exercise paths in the code through to expected outputs.
Simple glossary for computer science
In my experience, comprehension is achieved through clarity of thinking. This glossary is an ongoing project to clarify my thinking by defining computer science concepts in simple language.