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



Give me an example when black box testing will not able to detect a bug which white box will detec..

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

Give me an example when black box testing will not able to detect a bug which white box will detec..

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

Post New Answer

More Manual Testing Interview Questions

what is the difference between debugging & manual testing?

8 Answers   TCS,


What happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? Where the data will go?

0 Answers  


What is the outcome of integration testing?

1 Answers   Crea,


What is Software Testing ?

5 Answers  


What is the difference between SRS and FS?

3 Answers   Covansys,






what is the severity we give. login fails eventhough we enter the correct username and pwd.

9 Answers   Swathi Soft,


how many levels of regression testing is avilable in our testing process?

2 Answers  


on what basis can u estimate test cases for particular screen??

1 Answers  


There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?

2 Answers   Crea,


What is srs and brs document?

0 Answers  


Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.

0 Answers  


how will u Do Smoke testing and Sanity testing for these fields:We have 3 fields on page: Name,Address and Pincode ?

6 Answers   HCL,


Categories