Automation Framework – POM – Page Object Model

Approach used in Automation framework,

For each page we have a separate class/object ?

Lets See on the General understanding of the few of the topics

object – instance of class

classes – collections of states and behaviours

methods (functions) – logic used for the computation

Return statements – print?

arguments – variables used in methods for the computations

— Each page has a class. separate file

— test data can be picked form the excel sheet’s specified tab.

— utility classes – has the details of the excel sheet, tab etc..

Leave a Reply

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