What is the difference between white box, black box, and gray box testing?
Answers
Answered by
0
White box testing - testing a program when you have the source code
Black box testing - testing a program when you only know input and output, no source code
Grey box testing - combination of white and black box testing, you know parts of the structure
Answered by
0
Answer:
Black Box Testing is also known as functional testing, data-driven testing, and closed box testing.
Explanation:
Similar questions