Skip to main content

Posts Tagged ‘PageObject’

Page Object and Page Factory Pattern Based UI Automated Testing

1.      Introduction The Page Object Model (POM) is a very important pattern in selenium webdriver. It can also be applied to most of UI automated testing, even with other tools like UFT, Appium and so on. Page Factory is an inbuilt and optimized concept of POM. Page Factory can be used in many frameworks such […]