What is difference between Black box testing and white box testing.
Sigiloso
Black Box Testing is a softwaretesting method in which the internal structure/ design/ implementation of the item being tested is NOT known to the tester. White Box Testing is a software testing method in which the internal structure/ design/ implementation of the item being tested is known to the tester.