In negative testing, checking for _________ helps to ensure that API does not expose sensitive data on invalid inputs.

  • Error Handling
  • Exception Handling
  • Security Vulnerabilities
  • Unauthorized Access
In negative testing, checking for unauthorized access helps ensure that the API does not expose sensitive data when faced with invalid inputs. Unauthorized access attempts are common attack vectors, and robust security measures are essential to protect sensitive information.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *