Robot Framework Tutorial #40 – How to do Data Driven Testing

In this Robot Framework Tutorial we will understand How to do Data Driven Testing using Test Template which is built in feature in Robot framework.

Data-driven testing means running automated tests with different input data.

* Data-driven testing helps to achieve better test coverage.

* Data-driven tests will read data from data storage’s (Built-in, external files, Database).

* Data-driven test approach provides better code maintainability.

* You can use data-driven test approach to prepare test data.