Multiple choice technology security

What type of testing tool is appscan?

  1. White box

  2. Gray box

  3. Black box

  4. Yellow box

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

AppScan is a black box testing tool because it tests the application from the outside without accessing the internal code structure. White box requires code access, gray box combines both approaches, and 'yellow box' is not a standard testing category.