Answered Questions

  • White box testing and black box testing

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

    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.

    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.