Scenario outline with Example keyword| Parameters and Data driven testing in cucumber #4

preview_player
Показать описание
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)
Рекомендации по теме