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 the application is launched to the production environment?
What are the Test case for the file transfer.
what is srs based review, brs based review and trm based review
what is migration testing?
user A done some changes for a portion of test case doc. And user B also done some changes to same portion. If user-A checks in his file first then user-B. Then what is the state of that file?
Write test cases on duster
list out types of white box testing with breif explain? some body told seven types are there, plz give me ans. karthis4u@gmail.com
What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc
What is a testbed in manual testing?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
what is the difference between bug and issue?
what is the difference between stress and load testing