In SpecFlow how can I share data between steps/features?
Posted
by Si Keep
on Stack Overflow
See other posts from Stack Overflow
or by Si Keep
Published on 2010-05-21T11:42:44Z
Indexed on
2010/06/03
6:14 UTC
Read the original article
Hit count: 211
specflow
I have 2 features that use a common 'When' step but have different 'Then' steps in different classes.
How do I access, for example, the ActionResult from my MVC controller call in the When step in my two Then steps?
© Stack Overflow or respective owner