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 |
What are the advantages of black box testing?
how to write bugtitle and bug description for 1*1=2 2*2=4 3*3=10 4*4=16 5*5=26.give me the full format.
what is configuration testing
What is Testing Life Cycle?
Hi , Am Working in Testing(manual) in one of company in chennai and am testing on web portals i.e our company own products.So am testing manually . can i know My Designation is SOFTWARE TEST ENGINEER OR QA ENGINEER ?
is software testing easy ??? Give me perfect Ans.
What is diffrence between the functional and black box testing.
1)what are techniques used for writing the Test case?
explain LCSAJ??
At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
Can you explain steps in function points?