I'm using visual studio 2015 and specflow . All looks good but out of curiosity how can i see which step is getting debugged and on which step i'm on . if i run the test with Nunit provider then it is showing the all the steps information but while debug it is not showing . Any suggestion?
Asked
Active
Viewed 288 times
2 Answers
0
You should be able to gather that information by either going through the call stack (which should eventually lead to an actual step decorated with an attribute), or by looking over the output in the Unit Test Sessions tab:

Community
- 1
- 1

Alexandru Marculescu
- 5,569
- 6
- 34
- 50