Last active
August 29, 2015 14:16
-
-
Save johnmmoss/c3aa5390017c6c12c1f5 to your computer and use it in GitHub Desktop.
Example GWT scenario for Specflow
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
Feature: UserAccountFeature | |
In order to be able to use the site | |
As a user | |
I want to be able to manage my account | |
Scenario: User can register to use the site | |
Given I am on the register page | |
And I have entered a Username of 'johnmmoss' and a password of 'P@ssword123' | |
When I press register | |
Then a new account is created with a username of a Username of 'johnmmoss' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment