QA UI Automation Part 2: Page Object Model Best Practices
Article by Daniel Solis
Feb 19, 2020 BDD,design patterns,Open Closed Principle,Page Object Model,POM,python,qa,qa automation,selenium,Single Responsibility Principle,UI Automation,UI Automation Framework
In the first post of this series, we built a basic QA UI Automation Framework, using Behavior-Driven Development (BDD) and Selenium with Python. Over time, you may want to add new and update existing tests, ideally with minimal effort. In this post, I will explain... Read more.
Recent Comments