Data-Driven Tests
Learn how to use Selenium for testing external data inputs.
We'll cover the following...
Data-Driven Tests with Excel
Data-Driven testing means that the inputs of a test will be driven from external sources like an Excel or a CSV file. Let’s suppose there is a list of user credentials with different roles, ...