Skip to content
marcushammarberg edited this page Sep 28, 2011 · 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.