Submitted Questions

  • What is the difference between black box and white box testing ?

    sanju

    • May 5th, 2015

    1.white box testing is used to test only internal logic where as black box testing is used to testing test functionality of software. 2.white box testing is a process model where as black box testing...

    Sadiya

    • Jul 4th, 2014

    Black box testing :Code is invisible,Testers are needed
    White Box Testing : Code is visible,Only Developers are needed because they are the ones having good knowledge of programming as compared to the tester.