Skip to content
Marcus Hammarberg edited this page Nov 16, 2015 · 14 revisions

Documentation

SpecFlow.Assist.Dynamic helps you to keep your steps definitions small and to the point without the need of creating any unneeded data transfer objects. Sometimes such objects can be a part of fleshing out the internals of an application, when your step definitions are not running against a UI for example. But when you hit the UI through your steps you often find yourself creating classes to transport the data.

This is not needed with the use of SpecFlow.Assist.Dynamic that creates dynamic types for you from the tables in your scenarios.