What is the reason for a Scenario Outline in Cucumber?
Scenario outline is a method for parameterization of Scenarios. This is undeniably utilized when a similar situation should be executed for numerous arrangements of information, be that as it may, the test steps continue as before. Situation Outline must be trailed by the watchword 'Examples', which determine the arrangement of values for every parameter.