QualityKiosk Interview Question

Difference between Black Box and white box testing

Interview Answers

Anonymous

Aug 16, 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

Aug 17, 2021

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