Answer Posted / 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 |
Post New Answer View All Answers
Do you know anything about Set Top Boxes?
Which is the best testing model?
What type bugs you will find in integration testing with example?
Can you explian $ pillar of Agile
What is junit & api?
What do you do (with the project staff) when the schedule fails?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
please send me interview questions asked in google in testing - manual
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
how to write defects in excel sheets when defects occured
Why did you choose the Software Testing Field?
What is the main use of preparing traceability matrix and explain the real time usage?
What is data matrix? What is the use of it?
What is the different between SIT and UIT?
What are the cases why parameterization is necessary when load testing the Web server and the database server?