Can we combine Base Test and Base Page class in POM framework | Selenium Forum
S
shruthi Posted on 14/11/2018
Hello sir,
In POM with page factory framework, can't we combine contents of the Base Test class into Base Page class and then extend (inherit) Base Page class to the Test class(Instead of Basetest).

A
Ashish Thakur Replied on 14/11/2018

You can but better keep them apart as architecture wise they are very different