Why white box testing techniques are also called as clear
and glass box testing teschniques?
Answers were Sorted based on User's Feedback
Answer / vasu
Hi vibhathakur,
i think what u said is wrong when i compared with the text
book called software testing by srinivasan desikan.
In that book it is clearly mentioned that for white box
testing u need to have some program logic as well as coding
knowledge.just check out and give me the correct answer. r
mail to my id sreenivasu146@gmail.com
thanks...
Is This Answer Correct ? | 16 Yes | 0 No |
White Box Testing is also called as glass box testing
because in this type of testing Tester has the excellent
knowledge about the programming logic and how the
programming component interact.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / srinivasan desikan
I am the author of "Software testing - Principles and
practices". Thanks for referring my book in the discussion
and here is my answer from best of my knowledge.
While box testing, clear box testing and glass box testing
are one and the same. Doing this type of testing requires
the source code, clear understanding of program logic and
skills in programming.
Black box testing focusses on set of inputs and their
corresponding expected output and source code is not
necessary here.
A combination of black box and white box techniques in
doing the testing (code coverage testing at times follows
this technique) is called grey box testing.
These are explained in my book and all the best!.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vijju
Pls dont go through above answers all are wrong...white box
testing done by tester who has progarmming knowlege n logic
of software..if developer has done any thing wrong in
their work then whitebox tester can have clear idea about
defects and they can rectify them by their
techniques...thus y they r called clear or glass box
testing
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandra shekhar bhaattarai
White box testing is known as glass box ,structural,clear
box and open box testing is a s/w testing technique in
which explicit knowledge of the internal workings of the
item being tested are used to select the test data.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / tunku hirwani
Hi, According to my knowledge...
White Box testing also called Glass box or Clear Box or
Open box testing also. In this testing is conduct on coding
level . In this testing, tester have knowledge about
internal structure of the program.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sm
A white box tester should know all the internal coding and
logic behind the coding also thats why we can call white
box testing as clear box /glass box testing
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / raghu
In this type of testing tester can view, what is the logic
and how the logic is being executed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anamika
white box/clear box/ glass box testing are done by developer soon after the coding part is finished .Developer do one round of testing in their programing ( or business logic called sometimes) just to check if they haven't missed or written wrong any code, as name suggest white /clear/ glass developer can see their code clear... while testing engineer does black box testing to check only the functionality of an application as they can not see the coding ....
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / feroz from bitragunta
i am not saying the above answer are wrong but this is the
correct answer ,you check anyware.why white box testing
technique are also called clear and glass box testing ,it
must produce correct result to pass,concerned whether or
not process worked correctly.based on knowledge of the
internal logic of an application's code.tests are based on
coverage of code statement,branches,path and conditions
Is This Answer Correct ? | 0 Yes | 1 No |
Test case's for a window having 4 button's addition, subdtraction, multiplication,division of two numbers having two no range(0,10000) and result box having range between (100,100000).
which bug report format ur company following
swap 2 variables without using 3 rd variable???
tell me about ur current proect? how can we start, what should we explain? should we expalin the entire proj or only our module? july27 brahma412@yahoo.co.in plz help me
what is the difference between agile and spiral model?
Main concepts in webpage Testing?
What is big bang approach?
what r u r responsibilities in current project
What’s the difference between verification and validation in testing?
What is Bicycle Testing?
Define brain stromming and cause effect graphing?
what is the use case ? what is the use of the use case ?