1
1.9kviews
Compare black box and white box testing.
1 Answer
| written 6.8 years ago by | • modified 6.8 years ago |
| Criteria | Black Box Testing | White Box Testing |
|---|---|---|
| Definition | 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 testerAlso called behavioural testing | White Box Testing is a software testing method in which the internal structure/ design/implementation … |