Automation Testing of banking site using Selenium Webdriver with Java on TESTNG libraries. Page Object Model has been used along with data driven framework using POI API. Parameterization has been performed using DataProvider Annotation of TESTNG framework. JDBC is also used in one of the testcases to fetch data from database created in MySql server and use it in the functionality. Properties file is also used to avoid any hard code data in the script. WebBrowser name in which script is going to run and website(AUT) are fetched from properties file.