Robot Framework Tutorial #42 – How to do Data Driven Testing using Excel File

In this Robot Framework Tutorial we will understand How to do Data Driven Testing using Excel File using Data Driver library of Robot Framework.

Robot Framework Tutorial #41 – How to do Data Driven Testing using CSV File

In this Robot Framework Tutorial we will understand How to do Data Driven Testing using CSV File.

You can have your data externally stored in CSV file and read it using DataDriver package.

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.