QualityKiosk interview question

Difference between Black Box and white box testing

Interview Answers

Anonymous

16 Aug 2021

Testing in which only focus on the functionality of an application and not on the working and inside program called black box testing. And testing in which tester only focus on the working and program called white box testing.

3

Anonymous

17 Aug 2021

Blackbox testing doesn't need any knowledge on programming. Whitebox testing requires knowledge on Programming skills and flow of code