Relative Content

Tag Archive for engineering

Do we do white box testing on methods or on an overall program? [duplicate]

This question already has answers here: How should I test the functionality of a function that uses other functions in it? [duplicate] (2 answers) Closed 10 years ago. I am very confused about white box testing. A simplified version of the example: the entire system consists of three methods – methodA(), methodB(), methodC(). The program […]