Elektrobit interview question

What is black box testing?

Interview Answers

Anonymous

15 Apr 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

30 Nov 2018

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