Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Jonas Bandi
Comment by jbandi on In SpecFlow how can I share data between steps/features? - http://stackoverflow.com/questio...
@Carl: Instance variables can be used for sharing data between stepdefinitions that are implemented in the same class. But the question was about stepimplementations in different classes. - Jonas Bandi