Page Object Model is a Design Pattern which has become popular in Selenium Test Automation. It is widely used design pattern in Selenium for enhancing test maintenance and reducing code duplication. Page object model (POM) can be used in any kind of framework such as modular, data-driven, keyword driven, hybrid framework etc. Why we need POM? Increasing automation test …
Continue reading “What is POM(Page Object Model) and Page Factory in Selenium WebDriver?”