Created
June 8, 2010 07:41
-
-
Save francisoud/429734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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