Click here to Skip to main content
15,888,461 members
Everything / Gherkin

Gherkin

Gherkin

Great Reads

by Iqra Ali
This article targets the needs of users who want to get a kick start with BDD practices and Cucumber-JVM in particular.
by levelnis
The second of a 2 part series on effect mapping and specification by example as tools for project planning. This second part focuses on specifications.
by levelnis
The first of a 2 part series on effect mapping and specification by example as tools for project planning. This first part focuses on effect maps
by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script

Latest Articles

by Iqra Ali
This article targets the needs of users who want to get a kick start with BDD practices and Cucumber-JVM in particular.
by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
by Sean Rand
This is a guide for QA and Devs to use to make writing high quality BDDs.
by levelnis
The first of a 2 part series on effect mapping and specification by example as tools for project planning. This first part focuses on effect maps

All Articles

Sort by Score

Gherkin 

4 Sep 2020 by Iqra Ali
This article targets the needs of users who want to get a kick start with BDD practices and Cucumber-JVM in particular.
7 Jan 2016 by levelnis
The second of a 2 part series on effect mapping and specification by example as tools for project planning. This second part focuses on specifications.
7 Jan 2016 by levelnis
The first of a 2 part series on effect mapping and specification by example as tools for project planning. This first part focuses on effect maps
9 Oct 2019 by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
23 Mar 2021 by OriginalGriff
Try: [a-zA-Z]{2}\d\s?\d[a-zA-Z]{2} If you are going to try Regular Expressions, the get a copy of Expresso[^] - it's free, and it examines, tests, and generates Regular expressions.
24 Jan 2016 by Sean Rand
This is a guide for QA and Devs to use to make writing high quality BDDs.
23 Mar 2021 by Jackie Lloyd 2021
I have IntelliJ IDEA community edition with cucumber/gherkin and am trying to write a setp defenition which takes a postcode as input. I cannot get the regex to accept a space in the postcode eg it is fine with PO20TJ, but not with PO2 0TJ. I...
23 Mar 2021 by Jackie Lloyd 2021
I have given the suggested solution 5 stars as it is a fantastic and perfect solution for the problem I decsribed. Unfortunately i did not describe the right problem! The problem was the URI constructor, not the regex!
24 Mar 2021 by Jackie Lloyd 2021
I am trying to find out if Gherkin can define repetitive tests for different input and output sets without repeating every stepdef for each case. eg WHEN I search for | letter | | a | | b | | c | THEN I get the...
10 Mar 2022 by Member 15561674
Hi I have following feature file in cucumber webdriver test project: # language: en Feature: Simple Test, Int and Prod Origin vs non origin checks Simple cloud environment Checks @javascript @EnvCheck Scenario: Check Env TEST Origin ...