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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -