Versions Compared

Key

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

...

Gherkin reserved keywords (e.g. GivenWhenThenAnd) are not stored in the library, so these two following steps are equally stored as "I have a calculator":


Step as written in a Cucumber Test/Pre-ConditionStored step
Given I have a calculator
And I have a calculator
I have a calculator



Steps can be updated/refactored in the Automated Steps Library; they can also be implicitly updated or created whenever editing or creating a Cucumber Test/Pre-Condition.

...