Cucumber!

An Update

Hello again! I’ve decided I want to post about Cucumber!

What is Cucumber Anyway?

Cucumber is a software acceptance testing tool (originally written in Ruby) that helps automate tests, and foster collaborative communication amongst developers, business stakeholders, and anyone involved in the Software Development Life Cycle. Cucumber inherently enforces good Behavior-Driven Development, and employs simple syntax and structure for writing tests.

Context and Concepts:

The following quotes were taken from the book I discussed in my previous post, chapter 1, page 8.

Categories: CucumberTesting

Written on June 7, 2019; Author: Michael Infante-Legere