Answered Questions

  • Difference between Black & White box testing

    Answer posted by Radhika on 2005-05-23 18:10:57: Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team.  White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code. Commonly designed/executed by Developers.  

    siri

    • May 29th, 2019

    White box testing - Testing the applications internal code structure .Testers design the testcases based on the white box testing tecniques such as code coverage,path coverage,conditional coverage. b...

    Swati

    • Dec 15th, 2012

    Black box testing is the process of giving the input to the system and verifying the output. In Black Box Testing tester only knows what the system is supposed to be. He cannot look inside the box. It...