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

what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?

2 Answers   HTC, Icon,


what is localization testing?is it a WBT or BBT technique? thanx mahendar for ur valuable answer.

7 Answers   AZTEC, HCL,


Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.

1 Answers   IBM,


At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?

1 Answers   Broadridge,


Who is QA ? and Who is QC in a company? What are the roles of QA And QC in company?

3 Answers   Patni,






what are the testing strategies to be followed in testing banking applications?

0 Answers  


Is it necessary to do regression testing after retesting

5 Answers  


Both Password & User id are empty & Login, Is it a valid test case?

4 Answers  


Can anyone explain about agile software methodology...

2 Answers   IBM,


May i know now-a-days most of the companies are following which model?

7 Answers  


What is v model

4 Answers   Nucleus Software,


What metrics will be collected during the Testing i.e from requirement Phase to Maintainance Phase

1 Answers  


Categories