White box testing and black box testing

What is difference b/w black box and white box testing?

Questions by yadleen

Showing Answers 1 - 9 of 9 Answers

vamcee

  • Jan 16th, 2013
 

Or on a precise note, as the name suggests :

White Box tests the internal structure of the system where as blackbox doesnt know what the internal implementation of the system is but just tests the end-to-end functionality.

  Was this answer useful?  Yes

Dan

  • Jan 29th, 2013
 

Black box -Testing, either functional or non-functional, without reference to the internal structure of the component system

White Box - Testing based on an analysis if the internal structure of the component or system.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions