Top "Gherkin" questions

Gherkin is the language used to write specifications for Cucumber, Specflow and similar BDD frameworks.

How to input null-value into specflow step definition table

How can I input a null value in Specflow through a table? Let's look at an overly simplistic example: When …

bdd specflow gherkin
No Colours in Specflow Feature Files on Visual Studio

I have the latest version of SpecFlow installed, and still the feature files display uncoloured, like so... (Not enough rep …

c# .net visual-studio specflow gherkin
Specflow: Specifying multiple scenarios per feature

Going through SpecFlow docs, I'm trying to figure out if my perception is wrong. I would like to specify several …

c# bdd specflow gherkin
BDD, SpecFlow and Gherkin all together

I have heard of BDD (Behavior Driven Development) just recently, and I liked the idea. since I work mainly with …

c# .net bdd specflow gherkin
Java - Gherkin & Cucumber: Pass an object or list of objects on a vertical table instead of horizontal

I have the following sample gherkin scenario on my feature file: Scenario: Book an FX Trade Given trades with the …

java java-8 cucumber gherkin cucumber-java
Parse issues when trying to use "Examples" section in Cucumber feature

No luck in googling on this error message features/manage_hand_evaluator.feature: Parse error at features/manage_hand_evaluator.…

ruby-on-rails ruby cucumber gherkin
Multiple feature inside single feature file

My current Cucumber file looks like this: Feature: Test Online application Page Scenario: Visit application home page and test links …

ruby cucumber gherkin
Gherkin "OR" syntax to reduce repetition with BDD

Does anyone know of a way to achieve this or do they think it's a good idea. To have an …

bdd specflow gherkin
Pass Array value in cucumber .feature file

I want to pass array value as a parameter from cucumber .feature file, so I can access it from step …

ruby-on-rails cucumber automated-tests gherkin
How to pass variable in feature background "Given" statement in cucumber?

@TestHomeValidation Feature:copy function test Background: Given I am running test in "VARIABLE" environment Can I use VARIABLE in above …

java cucumber gherkin jgiven