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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -