testing Flashcards
1
Q
Briefly describe the following term: ‘White box testing’
A
It involves examining the internal structure of the software being tested and tests are based on coverage of code statements, branches, paths and conditions. (knowledge of the internal program design and code required)
1
Q
Define black box testing
A
This testing method focuses on the funtionality of software and no knowledge of the internal program design or code is required.
2
Q
A