Difference between Black box and White box testing?

Answers were Sorted based on User's Feedback



Difference between Black box and White box testing?..

Answer / srinidhi patil

White box testing done by the developers where as black box
testing done by the test engineers.
W.B.testing requires knowledge of source code whereas B.B
testing doesn't require knowledge of source code.
Example for W.B.Testing is Unit testing whereas example for
B.B testing is functional testing,integration
testing,system testing.

Is This Answer Correct ?    9 Yes 1 No

Difference between Black box and White box testing?..

Answer / ss

BlackBox testing in to test the functionalities of the
application without knowledge of any internal structure of
the code. It includes functional testing and non-functional
testing of the application.

White box testing means to test the internal structural of
the code , it is also called as unit testing.

Is This Answer Correct ?    2 Yes 0 No

Difference between Black box and White box testing?..

Answer / aarthi

Black box testing is the testing done by testers whereas
whitebox testing is code level testing done by developers

Is This Answer Correct ?    2 Yes 1 No

Difference between Black box and White box testing?..

Answer / nandankumar

White box testing is a metod of testing in which one will
perform testing on the structural part of the application
(code). It is done by the developers.

Ex: Unit testing and integration testing

Black box testing is a method of testing in which one will
perform testing on the functional part of the application.
Usually it is done by Test engineers.

Ex: Functionality testing., Usability testing etc,

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.

0 Answers  


What do you mean by Sanity Testing?

2 Answers   Keane India Ltd,


What is the difference between GUI Testing,UI testing and Usability TEsting

0 Answers   TCS,


what happens to the test plan of the application has a functionality not mentioned in the requirement

4 Answers  


write 3 test cases on MSWORD

8 Answers   Zycus Infotech,






Write a Test Case to test Can of Coke?

1 Answers   Adidas,


what is difference between load ,strss and perofrmance??? can u explain me with example???

6 Answers   Philips,


Give me examples for high severity and low priority defects?

3 Answers  


what is difference between Sanity testing and Smoke testing?

15 Answers   IBM,


How you perform sytemtesting in organization, i am not asking definiton approach for system testing

3 Answers   CTS,


define metrics? give me a brief detail about it?

3 Answers  


What is difference between SDLC & STLC?

1 Answers  


Categories