Data driven testing in Selenium WebDriver – Use of Apache POI to read from or write to excel files
Data driven testing refers to storing the test data in some external file rather than hard coding it in the test scripts. Storing data in an external file makes it easy to manage scripts easily and update data whenever needed without affecting the scripts. If you are familiar with using