Multiple choice technology security

Which testing requires access to the source code?

  1. Black Box Testing

  2. Smoke Testing

  3. Sanity check

  4. White Box Testing

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

White box testing examines the internal structures, design, and code of the software, requiring access to the source code. Black box testing focuses on inputs and outputs without seeing internal code. Smoke testing and sanity checks are preliminary testing types that don't specifically require source code access.