Background:
I'm currently writing behat tests (Mink/Selenium) for a Symfony2 webpage. I have a good deal of examples to go by, and actually writing them should be no problem. The step definitions are already written.
However, in the examples, they some times define a Scenario:
and some times a Scenario Outline:
Question:
What is the difference between these two ways of defining a test?
From the official guide:
More in the Writing Features guide.