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

Rightway global solutions, madhapur, hyderabad is a good institute for software testing?

0 Answers  


How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?

0 Answers  


What is workadround

2 Answers  


i was testing a website for many months and everything was working fine from login to sign up and all the scenarios. but my boss asked me why login and sign up is not working?

2 Answers  


What is Facet Testing?

7 Answers   Cognizant,


At what stage of the life cycle does testing begin?

2 Answers  


1)what is the basic diff. between unit testing and component testing 2)how do you implement framework in ur project through automation

5 Answers   iGate, Satyam,


What is RTM

7 Answers   Accenture, Sify,


what is schedule variance and give the formula

14 Answers  


Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you

12 Answers  


1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?

0 Answers   NDS,


What steps are needed to develop and run software tests?

1 Answers   Crea,


Categories