Created
July 6, 2015 02:52
-
-
Save vuongtran/a5b5e36a0480210481fb to your computer and use it in GitHub Desktop.
Example scenario using in BDD
This file contains 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
Scenario: Transferring money from current account to saving account | |
Given I have a current accout with 1000 | |
And I have a saving account with 2000 | |
When I transfer 500 from my current account to my savings account | |
Then I should have 500 in my current account | |
And I should have 2500 in my saving account |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment