Cucumber - A testing tool?
A lot of test engineers in India do not know or have never even heard of a tool called cucumber, Jbehave is the alternative tool being used but not in big numbers. So for all my fellow testers here is an update on what is cucumber and why do we use it and where does it fit in the testing world ? Cucumber is a tool for running automated acceptance tests written in a behavior driven development (BDD) style. Cucumber is Aslak Hellesøy’s rewrite of RSpec’s “Story runner”, which was originally written by Dan North. written in the Ruby programming language The language that Cucumber understands is called Gherkin Cucumber was the second most popular testing framework after RSpec in the Ruby Toolbox. Best website to refer - http://cukes.info/ The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. While Cucumber can be thought of as a “testing” tool, the intent of the t