Re-post: "Selenium PageObjects and PageFactory"

Re-post: "Selenium PageObjects and PageFactory"
Photo by Arnold Francisca / Unsplash

This article discusses the Selenium PageObjects and PageFactory design pattern and a factory class from WebDriver support libraries. I believe this is a very robust way to model your tests. The way this design pattern is formulated, it becomes easier making changes to the flow, logic or the UI test code. Let’s now cover the concepts behind the design pattern and its factory class.

Selenium PageObjects and PageFactory - Relevant Codes
This article discusses the Selenium PageObjects and PageFactory design pattern and a factory class from WebDriver support libraries. I believe this is a very robust way to model your tests. The way this design pattern is formulated, it becomes easier making changes to the flow, logic or the UI test…