If you are using selenium webdriver as automation tool to test software web application and wants to create selenium webdriver data driven framework from scratch then follow bellow given steps. It will guide how to create data driven framework in selenium webdriver step by step to test software web application. Peoples are using different frameworks like keyword driven framework, data driven framework, hybrid framework and POM with selenium webdriver to test software web application. Which framework to use is depends you software web application type. If you are testing software web application where need to use very large data in automation test process then you can use data driven or hybrid framework. Data Driven Framework Introduction STEP 1 : Create Workspace And Project For Framework. STEP 2 : Creating Project Structure For Framework. STEP 3 : Download Required Jar Files. STEP 4 : Add jar Files In Project's Build Path. STEP 5 : Creating Required Class Files STEP 6 ...