abstraction in test automation
ABSTRACTION. In Page Object Model design pattern, we write locators (such as id, name, xpath etc.,) in a Page Class. We utilize these locators in tests but we can't see these locators in the tests. ... Abstraction is the methodology of hiding the implementation of internal details and showing the functionality to the users