Handling excel spreadsheets with Cucumber Scenario Outline Handling excel spreadsheets with Cucumber Scenario Outline selenium selenium

Handling excel spreadsheets with Cucumber Scenario Outline


You can use QMetry Automation Framework with gherkin factory. It supports test data provided outside feature file for example excel, xml, json, csv, or database. you can provide datafile for examples like:

Examples:{'datafile':'resources/testdata.xls'}

Here is the example you can check.