Register
6:59
Stop
PMI-ACP - Behavior Driven Development (BDD) - Gherkin Language
Expert
1/7
A team member wrote a scenario with an 'Examples' table but didn't relate the examples directly to the steps in the Scenario Outline. The team is struggling to understand how to map the examples to the steps. What approach should you follow?
a.
Guide the team to use '<>' syntax in the Scenario Outline to directly relate the steps to examples in the Examples table.
b.
Ask them to write a separate Scenario for each example.
c.
Suggest removing the 'Examples' table to avoid confusion.
d.
Encourage the use of 'Scenario' instead of 'Scenario Outline'.
Expert