Category: Page Object Model
Page Factory Model for Effective POM in Selenium
December 3, 2018
In the previous tutorial, we discussed a user-designed Page Object Model which we generally implement in test automation framework. We have seen that POM defines the Object repository which …
Page Object Model: What is POM & How to use it in Selenium?
December 2, 2018
Page Object Model, in short, is called as POM. It is one of the most important steps to consider during Automation framework development. Hence, in simple words, we can’t …