Answers for "where do you use inheritence in your framework"

0

where do you use inheritence in your framework

I have created my PageBase class as super
class of the all page classes. 
I have collected all common elements
and functions into PageBase class and
all other page classes extent PageBase class.
By doing so, I don't have to locate very
common WebElements and it provides
reusability in my framework.
Posted by: Guest on January-14-2021

Code answers related to "where do you use inheritence in your framework"

Browse Popular Code Answers by Language