Specflow Query - I want to use PreStep to put a line in the log report, and so I need a way to get the name of the current step

Specflow Query - I want to use PreStep to put a line in a log report, so I need a way to get the name of the current step.

+4
source share
1 answer

Check out the Aspect Orient Design product - http://www.postsharp.net/ Examples - http://www.codeproject.com/Articles/337564/Aspect-Oriented-Programming-Using-Csharp-and-PostS

This allows you to enter code in every method call (for example, logging)

0
source

All Articles