Skip to content

Instantly share code, notes, and snippets.

@vmwhereqa
Created July 25, 2020 12:40
Show Gist options
  • Save vmwhereqa/670f9157b85376b3aa5ce78110622d04 to your computer and use it in GitHub Desktop.
Save vmwhereqa/670f9157b85376b3aa5ce78110622d04 to your computer and use it in GitHub Desktop.
Given I am in registration page
And I provide below information during registeration
| Field | Input |
| firstName| Tom |
| lastName | Jerry |
| phone | 123456789 |
| email | tomandjerry@cartoon.com |
When I submit the details
Then the registration should be successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment