Multiple choice technology testing

X is not a valid user to access the production environment but he has full permission to access, Y is having right access but he was unable to access. The correctness can ensured from which service

  1. Configuration

  2. Analysis support

  3. Security

  4. This is not part of OAT as it is part of functional testing.

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

Security testing validates that access controls work correctly - authorized users can access, and unauthorized users cannot. X's situation (wrong access granted) and Y's situation (right access denied) are both security failures that security testing would catch. Configuration and analysis support don't directly validate permissions.

AI explanation

Verifying that only authorized users can access an environment (and that authorized users can access it) is fundamentally checking access controls and permissions, which falls under Security testing/review as part of operational acceptance testing. It's not a configuration or analysis-support concern since the issue is specifically about who is allowed to log in.