Testing Software

Cucumber – tool for running automated tests written in plain language

Cucumber is a software tool that supports Behaviour-Driven Development (BDD). This is a software development process that aims to enhance software quality and reduce maintenance costs.

Cucumber reads executable specifications written in plain text and validates that the software does what those specifications say. The specifications consists of multiple examples, or scenarios. Cucumber allows the execution of feature documentation written in business-facing text

Its ordinary language parser is called Gherkin. It’s a set of grammar rules that makes plain text structured enough for Cucumber to understand. The purpose behind Gherkin’s syntax is to promote behavior-driven development practices across an entire development team, including business analysts and managers. Syntax is centered around a line-oriented design, similar to that of Python. Gherkin uses a set of special keywords to give structure and meaning to executable specifications. The Cucumber grammar exists in different flavours for many spoken languages so that your team can use the keywords in your own language.

Cucumber reduces the effort to keep requirements specifications, tests and documentation in sync – with Cucumber they are all the same documents – a single source of truth for everyone on the team.

Key Features

  • Automate with Selenium, API calls or direct function calls in the same process.
  • Generate reports in HTML, JSON and other formats, or build your own reports.
  • Integrate with CucumberStudio, JIRA or build your own plugins. Cucumber uses reporter plugins to produce reports that contain information about what scenarios have passed or failed.
  • Store plain text specifications alongside your code in your own source control system
  • Cross-platform support – works with Java, JavaScript, Ruby, .NET and many other languages.

Website: cucumber.io
Support: Documentation, GitHub Code Repository
Developer: SmartBear
License: MIT License

Cucumber is written in Java, TypeScript, C, Go, Ruby, C#, and other languages.


Related Software

Test Automation Tools
AppiumOpen source automation tool
CypressFast, easy and reliable testing
Robot FrameworkPython-based, extensible keyword-driven automation framework
CucumberTool for running automated tests written in plain language
SeleniumPortable framework for testing web applications
GaugeLightweight cross-platform test automation tool which uses Markdown
NightwatchIntegrated testing framework powered by Node.js
WebdriverIOBrowser and mobile automation framework for Node.js
Allure ReportMulti-language test report tool
KarateUnified test automation framework
Dojo ToolkitJavaScript toolkit that scales with your development process
PlaywrightFramework for web testing and automation
CodeceptJSScenario-driven end-to-end testing framework for Node.js
toxAutomate and standardize testing in Python
noxAutomates testing in multiple Python environments, similar to tox
CarinaJava-based test automation framework that unites all testing layers
TestsigmaExtensible test automation platform that works out of the box
WatirWeb application testing in Ruby
SerenityTest automation reporting library (previously known as Thucydides)
Cerberus TestingLow-code test automation platform
GalenTool for testing layout and responsive design of web applications

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments