Skip to content

Instantly share code, notes, and snippets.

@vmwhereqa
Created July 25, 2020 12:29
Show Gist options
  • Save vmwhereqa/47a2185adbf264d441dc44428300c948 to your computer and use it in GitHub Desktop.
Save vmwhereqa/47a2185adbf264d441dc44428300c948 to your computer and use it in GitHub Desktop.
Given I am in registration page
And I provide below information during registeration
| Fields | Inputs |
| 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