QuestionQ25
Test Automation ArchitectureWhich option correctly matches test-automation design principles and patterns to their characteristics?
- Conceals implementation details and exposes only what testers require to create their test cases.
- Creates a class file so locator updates must be made in only one location.
- Incorporates the principle that components should be freely substitutable without adverse effects.
- Adds a facade that stores user actions interacting with page objects.
- a. Facade pattern.
- b. SOLID.
- c. Flow model.
- d. Page object model.
- A 1b, 2a, 3c, 4d
- B 1a, 2d, 3b, 4c
- C 1c, 2d, 3а, 4bD.1d, 2b, 3а, 4 с
Community Discussion