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 - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

Reversible shuffling a int array in java -