What is White box & Black Box Testing?
Answers were Sorted based on User's Feedback
Answer / sj1234
White Box Testing White box testing (a.k.a. clear box
testing, glass box testing or structural testing) uses an
internal perspective of the system to design test cases
based on internal structure. It requires programming skills
to identify all paths through the software. The tester
chooses test case inputs to exercise paths through the code
and determines the appropriate outputs. In electrical
hardware, testing every node in a circuit may be probed and
measured; an example is in-circuit testing (ICT).
Black Box Testing alao known as functional testing.
software testing technique whereby the internal workings of
the item being tested are not known by the tester. For
example, in a black box test on a software design the
tester only knows the inputs and what the expected outcomes
should be and not how the program arrives at those outputs.
The tester does not ever examine the programming code and
does not need any further knowledge of the program other
than its specifications.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / latha
White box testing is the testing of internal structure of
s/w. It requires knowledge of coding. It is also known as
structural or glass box testing. Tests are based on the
coverage of code statements, branches, path conditions etc.
Black box testing is the testing of functionality of a
software. It does not need knowledge of coding. It is also
called functionality/opaque testing. Tests are based on the
requirements and functionality.
| Is This Answer Correct ? | 3 Yes | 1 No |
black box testing is a one type of testing.it performs
only testing on the functional part of the application
with out knowing the stsuctural part of the application.
white box testing is a one type of the testing.it performs
testing on the structural part of the application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suman
white box testing is design of test cases using structure of
code. block box testing is design of test cases using
specification.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the diff b/n testing methodologies and testing techniques?
What is agile methodology and how to perform agile testing?
What is "Visible State Transition" test? Give example
does tester use design document for writing testcases
what is the diffrence between bug, error,defect??
Hi frnds, can any one tel me how we can test an MODULE by using SRS documents ? reply me plzzzz
Why do u choose Testing as ur career?
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?
i want to for technical interview question paper along with in tesrviwe Phases i need
system testing or sub system testing ? both are same or different ?
You may undergone many projects. Do all the projects match up with customer’s expectations?
when we are executing the test cases one bug is found.then how will u insert in to the deffect traking tool(in real time how we insert into the deffect tracking tool).please let me know the answer asap plz