A swimming-lane occupancy camera is a closed box. The desk has no stand-in model. What brute-force black-box approach should the tester recognize?
Select an answer to reveal the explanation.
Short Explanation
A closed-box occupancy camera with no stand-in model is brute-force black-box adversarial testing: run a vast number of varied inputs in the hope that some coincide with an adversarial example. That is volume-and-hope, not white-box gradient steps, not a Chapter 5 uniqueness check, and not a skip because the box is closed.
Full Explanation
Brute-force black-box adversarial testing is volume-and-hope, not a crafted exploit. White-box steps, a Chapter 5 uniqueness check, and skipping the closed box miss that approach.