Elektrobit Interview Question

What is black box testing?

Interview Answers

Anonymous

Apr 15, 2016

Black Box testing is a method of testing which looks at the functionality of a software without looking at its internal structure. The opposite, white box testing, tests the internal structures and workings of the software rather than the functionality.

Anonymous

Nov 30, 2018

Test without source code access. That will use different range of input and the output shall satisfy the proposed test. (Software Requirements Test)