What is scenario outline vs scenario?
When comparing a conventional Scenario Definition to a Scenario Outline, values in step definitions no longer need to be hard-coded. In the step-definition itself, values are substituted with parameters like parameter name>.
Values are defined in a pipe-delimited table style at the end of Scenario Outline using Examples.