Introduction
We read Excel files to get test data easily without changing code. It helps run tests with many inputs.
You want to test a login page with many usernames and passwords stored in Excel.
You have a list of products and prices in Excel to check on a website.
You want to run the same test many times with different data from Excel.
You want to keep test data separate from test code for easy updates.