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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -