面试准备(test methodologies)
Black Box Testing:
It's a specification based testing.
It's name is black box, because tester input and sees the output. The entire procedure is like a black box, the tester does not know what's inside the box.
White Box Testing:
It's a unit based testing.
We divide the program into different components or units, and test them separately. Then do the integration.
评论