Difference Black Box Testing and White Box Testing

Posted by VIKAS Tuesday, October 30, 2007

Black Box Testing:- Testing of functionality of software .It does not need knowledge of coding.It is also called as Behavioral testing/opaque box testing.

White Box testing:-Testing of internal structure of software.It require knowlege of coding.It is also called as structral /glass box testing.

0 comments