Give me an example when black box testing will not able to
detect a bug which white box will detect?
Answers were Sorted based on User's Feedback
Answer / varshab
Below are some senarios where Black box testing will not be
suffice to detect bugs.
1)Hidden functions which are not included in requirements.
2)Errors in coding standards.
3)Unreachable code.(Code ceverage can be measured using
white box testing tools only).
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajendra
Black Box Testing is mainly User Perspective oriented.
White Box testing concentrates on logical,Internal
structrure of the application.
First white box testing will be conducted then only sw
released for black box/system testing.
Normally the bugs escaped in white box testing will catched
by black box testing.
Byeee
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 3 Yes | 6 No |
What type of tesings are performed in Product testing?
can testing and development be done in same environment?
When priority and Severity is opposite then which one required to solved first? Bug Number 1=(Severity 1 & priority 3), Bug Number 2=(severity 3 & priority 1), (high=1,Medium=2,Low=3)
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
what is bugzilla? and how it is used?
How do you survive chaos?
How do you test a web application for dump and deaf??
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
Define what is a critical bug.
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
When do you feel that testing should start now while developing an application.