c# - How to group set of repeated specflow statements? -
i know , how group set of repeated statements in specflow scenarios. example.
given launch xyz login page , enter username abc , password ***** , click login , click on benefits tile , click on xyz section
is there way group these statements instead of using again , again.
i have used background tag execute methods before each scenario
background: given launch xyz login page , enter username abc , password ***** , click login , click on benefits tile , click on xyz section
Comments
Post a Comment