Skip to content

Instantly share code, notes, and snippets.

@testautomationtribe
Last active November 25, 2017 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testautomationtribe/34e84c254f8a36d8da4f6abf594b4289 to your computer and use it in GitHub Desktop.
Save testautomationtribe/34e84c254f8a36d8da4f6abf594b4289 to your computer and use it in GitHub Desktop.
Actual Scenario Outliine
Scenario Outline: UnSuccessful Login
Given I Navigate to the Login page
When I Login with Username ' ' and Password 'password' on the Login Page
Then I Should See Error Message 'ERROR: The username field is empty.' on the Login Page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment