Created
December 29, 2014 18:47
-
-
Save joebuschmann/258771b995d738ce270a to your computer and use it in GitHub Desktop.
When building complex test data - code this
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
| Scenario: Build a customer | |
| Given the customer | |
| | First Name | Last Name | Salutation | | |
| | Emilia | Buschmann | Miss | | |
| And the address | |
| | Line 1 | Line 2 | City | State | Zipcode | | |
| | 905 West Dakin Street | Apt. 1 | Chicago | IL | 60613 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment