Scenario outline in cucumber| How to pass parameters in cucumber without Examples keyword #5

Описание к видео Scenario outline in cucumber| How to pass parameters in cucumber without Examples keyword #5

Parameterizing with Examples Keyword: or what is scenario outline or Examples keyword or passing multiple values

Scenario Outline: login with valid credentials passing from featurefile

Examples:
| userid | pwd |
| [email protected] | Rekha@2407 |
| [email protected] |Rekha@2307 |


StepDefination:
@When("enter the {string} on the user id field")
public void enter_the_on_the_user_id_field(String userid)

Комментарии

Информация по комментариям в разработке