Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created May 17, 2011 07:44
Show Gist options
  • Save dancrowley303/976114 to your computer and use it in GitHub Desktop.
Save dancrowley303/976114 to your computer and use it in GitHub Desktop.
wpf cucumber style syntax
This is an example of the type of domain syntax I'd want in a WPF UI automation testing feature:
Given the default user exists
When I enter "daniel" in the username textbox
And I enter "pass" in the password textbox
And I click the authenticate button
Then I should see the authentication panel
And the border of the username textbox should be red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment