xxxxxxxxxx
SCENARIO OUTLINE :
basically replaces keywords with
the value from the table. Each row
in the table is a scenario.
| username | password |
| user1 | password1 |
| user2 | password2 |
SCENARIO :
Scenario is executed only once.
xxxxxxxxxx
Scenario in cucumber runs once.
• Used for data driven testing
• Have the same cucumber steps but we provide data after
the scenario as a table using keyword examples