BaseTest to handle browsers & share driver object across project
In this post, we will be learning why we need to use Base classes for handling different browsers and then will see an effecting way to share driver object across different files in side project. Let’s understand why do we need to use this approach, what’s the issue with classic approach of having the driver…