what is difference between black box and white box testing?
In most of the companies which tecnique is used

Answers were Sorted based on User's Feedback



what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / chabs

White box testing Black box testing
------------------ -----------------
1)Done by developers 1)Done by test engineers

2)They should have knowledge 2)They need not have knowled
about the internal design of -ge abt the internal design
the code of the code.

3)They test the logic of the 3)They test the functionality
code of an application against
the requirements

4)They check the data flow 4)They check the output for
for the given input the given input

Is This Answer Correct ?    8 Yes 0 No

what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / satish v manjunath

Black box testing is a front end testing and can be done
without knowing the knowledge of code.
White box testing is a backend testing and can be done with
the knowledge of coding.

Is This Answer Correct ?    5 Yes 0 No

what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / chris

blackbox testing is done by test engineer,it is done
without knowledge of internals of the application.it deals
with thetesting the behavior of the application

Is This Answer Correct ?    5 Yes 1 No

what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / dinesh somwanshi

Black Box testing :A person who can perform Black Box
testing with out having Programing knowledge that is called
as Black Box testing.

White box testing :A person who can perform White Box
testing with having Programing knowledge that is called as
White Box testing.

Is This Answer Correct ?    1 Yes 0 No

what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / mfsi_priyankaa

Black Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is NOT known to the tester.

White Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is known to the tester.

Is This Answer Correct ?    0 Yes 0 No

what is difference between black box and white box testing? In most of the companies which tecniqu..

Answer / chabs

Black box and Whitebox testing is like the 2 faces of the
same coin... developing and testing will go hand in hand. So
both will be used in most of the companies

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Who executes the UAT testcases

5 Answers  


How will be the communication between the testers and developers while found a bug?

3 Answers  


What is test plan and contents available in a test plan?

0 Answers  


difference between test coverage and test tracability matrix?

2 Answers  


how can u report bugs in manual testing?

7 Answers   IBM, MBT, Microsoft,


Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do

1 Answers  


Enlist some bug status along with its description?

0 Answers  


what is a usecase?

5 Answers  


what is test procedure?

4 Answers   Logica CMG,


how do u import all ur test case written in excel sheet to test director?

1 Answers   CSE,


Example for High Severity and low priority, High Severity High priority, Low Severity Low Priority, Low Severity High Priority?

1 Answers  


can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????

1 Answers  


Categories