• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using Cucumber with .NET & WatiN

 
Greenhorn
Posts: 9
Android Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been using with Spec Flow and WatiN for my needs. If I were to adopt Cucumber to specify my acceptance conditions, then will it work with WatiN or do I need to force my developers to learn another language, say Ruby to use with WatiR for e.g.?


Thanks
-venkat
 
author
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Venkat,

SpecFlow is essentially the .NET port of Cucumber. If your team are happiest writing their step definitions in C#, I would stick with SpecFlow.
 
reply
    Bookmark Topic Watch Topic
  • New Topic