Cucumber Basics

Behavior Driven Development (BDD) is an agile software Development technique that encourages collaboration between developers, QA team, non-technical persons in software development. RSpec and cucumber are the BDD tools for Ruby developers. 1. Cucumber Cucumber works with Ruby, Java, .Net, Flex or web applications written in any language. It has been translated to over 30…

Details