Cucumber — ScenarioOutline | Code Factory

Donate : Link

WordPress Blog : Link

Applications… : Link

Cucumber Tutorial Index Page: Link

Feature: Login functionality feature
ScenarioOutline: Login functionality with multiple valid test data
Given User navigate to xyz.com
When User enter valid id
And User enter psw as
Then Login should be successful
And Home page should be displayed
Examples:
|username |password |
|user1 |user1 |
|admin |admin |

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store