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 difference between performing testing the Desktop, web application & client/server application?
could anyone explain application testing in sequence order i don't have any experience in that
In which stage more defects found means anlaysis,design,coding,testing and maintance?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What is Test Design?
What is Elementary Acceptance Testing
what is error handling in qtp
what is the of testing in sdlc
what is impact analysis?....and base line version?...
How to test gtalk applicatin,what could be the possible test cases,test plan
Yester Day i Attended a interview interviewer asked that Due to Sum Bug the total Testing process is Blocked and still hundred test cases are remaining to execute with in a week u have to reliese to the customer at that time what will you do?
What is the maximum length of the test case we can write?