Answers for "abstraction in test automation"

0

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
Posted by: Guest on September-10-2021

Browse Popular Code Answers by Language