Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Patterns

tomtt edited this page Aug 13, 2010 · 22 revisions

A draft list of useful Cucumber patterns:

  • Sections
    • Description: ability to scope an inspection or webrat step.
    • Examples:
      • When I follow “next” in the pagination section
      • Then I should see “logout” in the account section
    • Implementation: a mapping of section names to xpaths that can be used for scoping, a patch of webrat is needed to allow xpaths to be used

Clone this wiki locally