Synchronizing Scenario Outlines
Scenario Outlines can be used to specify business rules that can be represented with a table of input-output pairs. The following example shows a scenario outline for specifying the addition function of a calculator.
This scenario outline represents three executable tests, one for each row of the Examples
table.
The kind of test cases that are created in Jira for scenario outlines depends on the Test Case Management solution used.
TCM solution | Scenario Outline representation |
---|---|
Jira TCM Customization | A Test Case issue is created with the scenario outline examples included as a table to the scenario description. |
Zephyr Scale | A Test Case is created with the scenario outline examples included to the BDD Script field as Gherkin. |
Last updated