Tag Archives: selenium
Page Object Model in Automation Framework via Selenium
Automation testing framework is a way of trying to implement a base structure of developing test automation scenarios. Framework should be reusable for all projects, scalable for multiple technologies , maintainable for code development, understandable for code quality and workable for other application integrations. Page Object Model (POM) is a main part of automation framework….