Forum : black box techniques and white box
Brief description  about Online courses   join in Online courses
View Shruti  Mahajan 's Profile

black box techniques and white box

please explain these techniques in detail as i have problem in understanding from tutorials.
Asked by Shruti Mahajan | May 29, 2013 |  Reply now
Replies (1)
View testing instructor 's Profile
Black box testing:
The technique of testing without having any knowledge of the interior workings of the application is Black Box testing. The tester is oblivious to the system architecture and does not have access to the source code. Typically, when performing a black box test, a tester will interact with the system's user interface by providing inputs and examining outputs without knowing how and where the inputs are worked upon.

White box testing:
White box testing is the detailed investigation of internal logic and structure of the code. White box testing is also called glass testing or open box testing. In order to perform white box testing on an application, the tester needs to possess knowledge of the internal working of the code.

The tester needs to have a look inside the source code and find out which unit/chunk of the code is behaving inappropriately.
Aug 28, 2013