Cucumber icon
Cucumber icon

Cucumber

 6 likes

Cucumber is a tool that executes plain-text functional descriptions as automated tests. Collaboration tool for executable specifications which is based on "gherkin"-parser Gherkin is the language that Cucumber understand.

Cucumber screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • NO flagNorway

Platforms

  • Mac
  • Windows
  • Linux
  • Ruby
  • JavaScript
  • Jython
  • C++
  • Java
  • Lua
  • Perl
  No rating
6likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Cucumber News & Activities

Highlights All activities

Recent activities

Show all activities

Cucumber information

  • Developed by

    NO flagAslak Hellesøy
  • Licensing

    Open Source and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about Cucumber, and it has gotten 6 likes

Cucumber was added to AlternativeTo by ToOLs on Nov 20, 2012 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Cucumber?

Cucumber is a tool that executes plain-text functional descriptions as automated tests.

While Cucumber can be thought of as a “testing” tool, the intent of the tool is to support BDD. This means that the “tests” (plain text feature descriptions with scenarios) are typically written before anything else and verified by business analysts, domain experts, etc. non technical stakeholders. The production code is then written outside-in, to make the stories pass.

Source code : https://github.com/cucumber