Multiple choice general knowledge

A person who wants to test a program (that is, the TESTER) needs to know the source code of that program

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Black-box testing means testing software without knowing its internal code structure. A tester can validate functionality through inputs and outputs alone, which is the foundation of black-box testing methodology.