0
730views
Distinguish between white box testing and black box testing. (any six)
1 Answer
| written 6.8 years ago by |
| White box testing | Black box testing |
|---|---|
| This needs the knowledge of software in detail. | This does not need the knowledge of software in detail |
| It is also called as transparent box or glass box testing. | It is also called as opaque box, dark box testing |
| This can be performed by only developers and professional testers. | This can be performed by end users or anyone. |
| The testing is proper here with respect to the domain ,data etc. | The testing is only by trial and error methods. |
| It is suited for algorithm testing. | It is not suited for algorithm testing. |
| It is exhaustive and time consuming. | It is least exhaustive and least time consuming. |
| It is a structural testing of a system. | It is a behavioral testing of a system |