What will be the approach you will be following while making automation test scripts.
Sigiloso
by using page object model and TestNG,and defining all common webelements in superwebpage and all common actions like opening browser getting url and closing browser in supertestscript and inheriting them in every webpage class and test script.