Bird
0
0

Which of the following is the correct way to describe a security test case?

easy📝 Conceptual Q12 of 15
Testing Fundamentals - Non-Functional Testing
Which of the following is the correct way to describe a security test case?
ACheck if the login page accepts only valid usernames and passwords
BCheck if the page loads within 2 seconds
CCheck if the font size is consistent across pages
DCheck if the software supports multiple languages
Step-by-Step Solution
Solution:
  1. Step 1: Identify what a security test case checks

    Security test cases verify protection against unauthorized access or attacks.
  2. Step 2: Match options to security focus

    Check if the login page accepts only valid usernames and passwords tests login validation, which is a security check; others test performance, UI, or localization.
  3. Final Answer:

    Check if the login page accepts only valid usernames and passwords -> Option A
  4. Quick Check:

    Security test case = validate access control [OK]
Quick Trick: Security tests check access and data protection [OK]
Common Mistakes:
  • Choosing performance or UI tests as security tests
  • Ignoring the focus on unauthorized access
  • Confusing localization with security

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes