6
I read in this reply user’s utluiz the following description of the White Box Test, see:
White box test: when assessing the internal functioning of the software. For example, if certain methods perform correctly.
However, I still have doubts about this type of test.
Doubts
- How the white box test is performed?
- This test is related to only methods of a particular class?
- What types of methods should I submit to the white box test?
I would like a practical example of a white box test being applied in a method, if possible.