Created
May 17, 2011 07:44
-
-
Save dancrowley303/976114 to your computer and use it in GitHub Desktop.
wpf cucumber style syntax
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
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