Black box vs white box - mmedrano9438/peripheral-brain GitHub Wiki

black box testing: is a software testing method in which the internal structure/design/implementation of the item being tested is not known to the tester. Only the external design and structure are tested.

white box testing: software testing method in which the internal structure/design/implementation of the item being tested is known to the tester. Implementation and impact of the code are tested.