0

I am doing BDD. I am working on Visual Studio 2010 - C#. I looked over internet for gherkin-twist integration but I got no solution. Please suggest me how to use gherkin language in ThoughtWorks Twist framework.

Please also suggest me recommended readings for Twist and gherkin.

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
Ninad More
  • 333
  • 5
  • 11

1 Answers1

1

In the scenario page you can write down the gherkin stuffs as described here. The corresponding code can be implemented either by manual or using the record option.

Karthikeyan
  • 2,634
  • 5
  • 30
  • 51