In this chapter, we will see how to create data-driven tests using TestNG and Selenium WebDriver. We will look at the following topics:
- What is data-driven testing?
- Using TestNG suite parameters to parameterize tests.
- Using TestNG data providers for data-driven testing.
- Using the CSV and Excel file formats for storing and reading test data.