1. Create a Sample selenium java Framework and Project. Step 1 . Install TestNg Using Eclipse Marketplace. Step 2 . Go To File-> New -> Other -> -> Maven ->Maven Project -> Click Next ->Click on Create a Simple project -> Click Next -> Enter Group ID ( reverse-domain-packages for groupId ) -> Enter Aritifact ID ( project name as artifactId ) -> Click Finish Now , once Finish You will see the Folder Structure like this. Step 3: Write Pom.xml then press CTRL+ S https://tools-selenium.blogspot.com/2018/08/maven-pomxml-for-java-based-selenium.html Step 4: Create following package and folders and add all the required drivers .exe file to folder as mentioned in snapshot. Step 5: Create following Java Class inside CommonFunction package ...