News

This is the sixth post from the WebDriver Page Objects Series. It is dedicated to usage of page object model ... code of these components and skip the copy-paste development. If you are using ...
Passenger is a C# page object model library to keep your Selenium code clean and dry. You can use Passenger to create lightweight page object models that describe the bindings between your tests and ...
In this article, we will show you a couple of techniques to increase the code reuse in your page objects through the use of base pages objects. If you are using WebDriver often, you may find useful my ...
In this talk, Ray introduces a method to enhance the Page Object Model (POM) to support multiple languages efficiently ... Cypress, Appium, and Selenium. I know how to write custom frameworks that ...
"Page Object Model (POM)" is a design pattern widely used in the field of software test automation. This pattern makes test cases and test code more organized, maintainable and reusable. Essentially, ...