I have been writing some BDD Scenarios and writing automated tests from them for some time but I am still in a phase of discovery really.
I can see that Visual Studio gives me the option to write a Scenario, a Scenario Outline or a Scenario Template.
I've figured out the difference between Scenario and Scenario Outline (the first runs once and the second one will run for as many examples as you put - please correct me or add something if I am wrong).
However I found little information about "Scenario Template". Could anyone explain the difference? Thanks!