Post-Ruby High with BDD in .Net
I mentioned in my last post how much I enjoyed Ruby and wanted to continue to use it in my project. That is easier said than done. In order to leverage all the great Ruby ( RoR ) tools and methodologies I learned, I’m attempting to find .Net equivalents. This started with finding a Behavior Driven Development ( BDD ) tool. There are several that come up but they are a hybrid to a BDD (I picked SpecFlow ) tool siting on top of a TDD tool ( NUnit or MSTest). I also needed a web driver to make calls to a browser and verify results. I looked at WatiN but went with Selenium . The next two tools I need to add are a mocking tool ( Moq ) and an injection tool (probably NInject ). Since the class used GitHub and Heroku , I’ll also stick with that. My GitHub account is DFBerry . All my example code is posted up their in public repositories.