QuestionQ23

Test Automation Architecture

Which factor supports the maintainability of test automation solutions?

  • A Hardcoded parameter values.
  • B Keyword-driven testing.
  • C Test-driven development.
  • D Common naming conventions.
Explanation

Common naming conventions give classes, methods, and variables meaningful, consistent names, making automation code easier to understand and modify. ISTQB identifies this as a clean-code practice that supports test automation solution maintainability.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!