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 |
as test eng ,what challenges have u faced in ur 3 projects so far? tell me atleast 3 challenges in ur projects? july 27 brahma412@yahoo.co.in
how can we connect database in manual testing? pls answer for this
i have doubt suppose iam purly working in manual, when i will work on sql and performence testing? pls any one clarify doubt?
In Manual testing BDD meaning
What are the limitations for testing?
4 Answers Thatavarti Technologies,
9.Are you exposed to any automation tools?If yes your role?
How do conduct globalisation testing? anybody can explain this with example.
1. when to start and stop testing ?
What are the important scenarios for testing emails? How do you test emails? Which tool is best for testing email?
if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?
Which are the major bugs u found while testing an aplication?
if we ve 1000 test cases to run and we ve no time and we dnt wanna use automation tool how we will complete testing in time constrant plz do answer