What is White Box testing and who is responsible for white
box testing?
Answers were Sorted based on User's Feedback
Answer / suresh
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?
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / abhesheke
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
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prasad
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.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pushkar joshi
It is a type of testing in which code is accessible to
you,mostly developers are responsible for white box testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / usha
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gayathri devi
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin verma
White Box Testing is the testing which is done having the
complete knowledge of the internal structure of the software.
nitin9360@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umavijay
This testing is based on the knowledge of the internal logic
of an application's code.It is also known as Glass box
testing. Internal software and code working should be known
for this type of testing.Tests are based on the coverage of
code statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to test the cookies ?
what is internalization?
Write 2 scenarios for System testing?
What are the differences between stlc and sdlc?
password is having 6 digit alphanumerics then what r the possible input conditions?
6 Answers Logica CMG, Visual Soft,
By using any techinique in tesing......how to find the greatest number between 1-10.?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
What is the main difference between Smoke and sanity testing? Can u plz give me some examples? And to answer in interwview?
What is the example of Integration Testing?
The following questions were asked me at the HCL...Please try to answer these::: 1Q: For 3rd party fund stransfer through online bankinghow much time it take..? What are the processes behind that..?
which situation will decide the approach (topdown/bottom up) to choose from?