Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Writing a data-driven Scenario with at least one <Parameter> <Parameter Name> reference for each of the inputs in the 2-way test set for this model would lead to a .feature file export containing 49 28 Scenario sections in the feature file, one for each of the 49 28 generated test cases.

Automate feature file can contain as many data-driven Scenario sections as needed to automate all the testing ideas contained in the test model.

...

A Scenario Outline behaves almost exactly like a data-driven Scenario. When using a Scenario Outline, instead of having 49 28 Scenario sections in the export (one for each test case), the export has one data-driven Scenario Outline with a Gherkin Examples data table attached to it that contains 49 28 rows (one for each test case).
The Preview panel shows the first 10 rows of the Examples data table for each Scenario Outline. The order of parameters in the Examples is dictated by the script, not by the Inputs tab.

...