Testing the application with the knowledge of the internal
structure ..it comes under white box testing..In General
Developers are responsible for white box testing?
testing the functionality of the application who has
knowledge on the structure and internal flow of the program
this is usually done by developer but in bigger company u
have a separate white box testing team where as in small
company developer will do this testing
testing an application at (program)coding level for any
faults or malfunction of the program execution is generaly
treated as white box testing.
the person who has done the program will to conduct the WB
testing.
This testing is done by the one who is having Programming
knoeledge.But mostly programmers are responsible for this
because we cant except a tester with programming knowledge.
It is a method of testing in which one can perform testing
on the program part of an application, having internal
structural knowledge of it.
This type of testing focus upon structural part of an
application.This type of testing is done by Developers.
Testing the application with the knowledge of Internal
workings/structure of the program is said to be white box
testing.
It will be done by the tester who has the knowledge of that
code.
White box testing involves coding. Testing the internal
structure (coding) of the application is known as White box
testing. White box testing is performed by the developer.
Suppose there are three modules A-B-C, the output of A is
responsible for B and output of B is responsible for C and
if A & C is not ready & B module is ready then how can u
check Module B