Versions Compared

Key

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

...

  • refactor steps, by easily renaming them (i.e. changing their specification)
  • refactor steps, by merging similar steps and avoiding duplicated specifications & associated code
  • see which Tests/Preconditions are using a particular step
  • label steps, so they can be categorized, to ease their management and the step autocompletion during Test/Precondition edition


In the Automated Steps Library you cannot:

  • create/remove steps (this is done automatically, whenever creating/editing/removing Cucumber Tests/Preconditions)

Steps

Steps, from the current Automated Steps Library perspective, correspond to Gherkin sentences used by Cucumber Tests/Preconditions (i.e. Cucumber Scenario, Scenario Outline, Background).

...

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": 


Given I have a calculator

...