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 Data Flow Testing?

11 Answers   MBT,


feasibility testing ??

3 Answers  


what is test summry report ?plz explain?

2 Answers  


What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........

7 Answers   Symphony,


Can u tell something about the Agile Methodology

2 Answers   Infosys,






i have 2 text boxes first is you have to enter the name of person(enter first name and last name) and second is enter the company name and below there is a submit button when i enter first name and last name and the company name it displays his linkedIN account that is name of the person and company details he is working can you tell me test case for this ? i will give the sketch of this question first name last name company 1 2 3 4 submit

1 Answers  


what are the general difficulties which u will be facing while doing web based testing and desktop based testing.

1 Answers   First American Corporation,


why we develop Test plan for a project ?

4 Answers   Wipro,


can anyone please tell me how to test the functional specification?

3 Answers   Mastek,


what is Scalability,Critical Analysis

1 Answers   Exalt,


In manual testing, what are stubs and drivers?

0 Answers  


What is Dataguidelines?

1 Answers  


Categories