filmov
tv
Scenario outline with Example keyword| Parameters and Data driven testing in cucumber #4
![preview_player](https://i.ytimg.com/vi/lK-a3mxzlQY/hqdefault.jpg)
Показать описание
Parameterizing without Examples Keyword:
Feature file:
Scenario: login with valid credentials
Stepdefination:
@When("enter the userid as {string} on the user id field")
public void enter_the_userid_as_on_the_user_id_field(String string)
Feature file:
Scenario: login with valid credentials
Stepdefination:
@When("enter the userid as {string} on the user id field")
public void enter_the_userid_as_on_the_user_id_field(String string)