|
Answer» Write down FIVE MAIN difference between White Gray and Black Box testing (1)Black box testing:-When we say about Black Box Testing we does not need the knowledge about how PROGRAM is implemented. (1)Gray box testing:-In Gray Box testing we need limited knowledge of an internal program. (1)White box testing:-In White Box Testing we need full implementation knowledge of program.
(2)Black box testing:-Black Box testing has very low granularity. (2)Gray box testing:-Gray Box Testing has medium level of granularity (2)White box testing:-White Box testing has very high level of granularity.
(3)Black box testing:-Other names of Black Box Testing are opaque box testing, closed box testing, input-output testing, data-driven testing, behavioral testing and functional testing. (3)Gray box testing:-Gray Box Testing are also known as translucent testing. (3)White box testing:-White Box Testing are also know as Glass Box Testing and Clear Box testing.
(4)Black box testing:-Black Box testing is a user acceptance testing and is done by end users. (4)Gray box testing:-Gray Box Testing is also a user accpetance testing. (4)White box testing:-White Box Testing is done by Testers and programmers.
(5)Black box testing:-In Black Box Testing TEST case are made by the functional specifications as internal details are not known. (5)Gray box testing:-In Gray Box Testing test cases are made by the internal details of a program. (5)White box testing:-In White Box testing test cases are made by the internal details of a program.
|