Skip to content

Instantly share code, notes, and snippets.

@francisoud
Created June 8, 2010 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisoud/429734 to your computer and use it in GitHub Desktop.
Save francisoud/429734 to your computer and use it in GitHub Desktop.
# language: fr
Fonctionnalité: Addition
# http://wiki.github.com/aslakhellesoy/cucumber/scenario-outlines
# ne pas utiliser 'Plan du Scénario' (ou alors avec Exemples)
Scénario: Addition de deux nombres
Soit une calculatrice
Et que j'entre 2 pour le premier nombre
Et que je tape sur la touche "+"
Et que j'entre 2 pour le second nombre
Lorsque je tape sur la touche "="
Alors le résultat affiché doit être 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment