What is Cucumber testing framework?
Cucumber is a framework for behavior-driven development testing (BDD). It is written in Gherkin, a basic English text. A scenario is defined as a set of inputs, actions, and results. Gherkin translates human input into software concepts such as input/process and actions.