Tagged in

Software Architecture

BDD Addict
BDD Addict
Interesting articles about behavior driven development, SpecFlow, Cucumber and also test automation and agile testing. Subscribe to our monthly newsletter at http://bddaddict.com.
More information
Followers
187
Elsewhere
More, on Medium

SpecFlow Tips: Baseclass or Context Injection

Originally published at gasparnagy.com on February 3, 2017.

We need to access different services and data from multiple step definition classes. Shall we use base classes or context injection for that? — This question has…