CTAL-TAE · Question #144
Which option correctly pairs test automation design principles and patterns with their characteristics? 1. Hides implementation details to expose only what the testers need to create in their test…
The correct answer is B. 1a, 2d, 3b, 4c. 1 -> a) Facade pattern hides implementation details and simplifies interaction for testers. 2 -> d) Page object model centralizes locators in class files, making maintenance easier. 3 -> b) SOLID includes the Liskov Substitution Principle, where components can be replaced…
Question
Options
- A1b, 2a, 3c, 4d
- B1a, 2d, 3b, 4c
- C1c, 2d, 3а, 4b
- D1d, 2b, 3а, 4 с
How the community answered
(26 responses)- A8% (2)
- B58% (15)
- C12% (3)
- D23% (6)
Explanation
1 -> a) Facade pattern hides implementation details and simplifies interaction for testers. 2 -> d) Page object model centralizes locators in class files, making maintenance easier. 3 -> b) SOLID includes the Liskov Substitution Principle, where components can be replaced without affecting behavior. 4 -> c) Flow model introduces an additional layer to store user actions and interactions, often building on page objects.
Topics
Community Discussion
No community discussion yet for this question.