Perils of Page-Object Pattern by Anand Bagmar @ Selenium Conf 14

Опубликовано: 22 Октябрь 2024
на канале: ConfEngine
6,372
20

Page-Object pattern is very commonly used when implementing Automation frameworks. However, as the scale of the framework grows, there is a limitation on how much reusability really happens. It inherently becomes very difficult to separate the test intent from the business domain.

I want to talk about this problem, and the solution I have been using - Business Layer - Page - Object pattern, which has helped me keep my code DRY.

Speaker: Anand Bagmar ThoughtWorks India