Styrow.dev
Question 12 of 27
Cucumber Topic: General medium

Explain Scenario Outline in feature file

Question

Explain Scenario Outline in feature file

Answer

Scenario Outline keyword in feature file is used to execute scenarios multiple times using a different set of test data. Multiple sets of test data are provided by using ‘Examples’ in a tabular structure separated by pipes (| |)