Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Last active August 29, 2015 14:16
Show Gist options
  • Save johnmmoss/c3aa5390017c6c12c1f5 to your computer and use it in GitHub Desktop.
Save johnmmoss/c3aa5390017c6c12c1f5 to your computer and use it in GitHub Desktop.
Example GWT scenario for Specflow
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