In POM, each web page in the application should have a corresponding page class, which is known as the __________.

  • Element Wrapper
  • Object Class
  • Page Object
  • Test Object
In Page Object Model (POM), each web page in the application should have a corresponding page class, known as the Page Object. The Page Object represents the functionality and services of a particular web page and encapsulates the elements and methods needed to interact with that page. This approach enhances code maintainability and reusability in test automation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *