In the SpecFlow BDD for .NET, feature files that are used to store the acceptance criteria of the features (use cases, user stories) of your application are described in a format that is called Gherkin, which is originally based on the Cucumber BDD language.
Questions tagged [feature-file]
127 questions
0
votes
1 answer
How to add Cucumber feature files support in Android Studio
I've added the Gherkin and Cucumber for Java plugins into Android Studio and restarted it, but when I create a new file from the Project window, the Cucumber feature files type is not listed.
What are the steps to have the Cucumber feature files…

Raphael Royer-Rivard
- 2,252
- 1
- 30
- 53
0
votes
2 answers
Using a simple GUI to run a Cucumber Feature File
I am utilizing the "shoes" tool to create a window with a button in the middle. I would like the user to be able click the button and then the program runs a Cucumber feature file, but I don't know how to run a feature file from within a class or…

Trev
- 13
- 4
-1
votes
1 answer
is it possible to make a step optional in feature file
I have an situation where after clicking on "OK" button Page A and Page B opens. Sometimes page A is triggering an error message(error message is associated with OK button). If I click on OK button Page B is opening. I need to write the code in a…

siri
- 81
- 2
- 9
-1
votes
1 answer
Specflow cannot process special characters
I'm trying to check DB entries using feature files in specflow an it doesn't seem to work.
Instead of reading the DB entry (that contains special characters (µ,ß,ä...), Specflow recognises characters such as µ,ß,ä as little '?'.
Is there any kind of…

MehPanzer
- 19
- 1
- 7
-1
votes
1 answer
XText validation keeps loading and no response in Eclipse while editing Cucumber Feature file
I am using Eclipse IDE. BDD project(Cucumber-Java-Selenium). While editing the feature file, I am facing the issue. The Tool stops loading and goes to "no response" state while editing the feature file. It is back after several minutes(say 10-15…
-1
votes
1 answer
Add strings into a java list on cucumber feature
I would like to add the strings that I get in the steps from the cucumber feature to a list (without using .add for each string).
e.g., add the following strings in a list "string1","string2","string3"
Also, it would be nice if I can add on the…

Agustin Catalano
- 49
- 5
-2
votes
1 answer
Send 'form-data' as body in Karate framework feature file
As part API Automation using karate framework, I am trying to send 'form-data' as body in karate feature file.
Please provide your solution with following example attached.
I tried to call the get method with body as form-data using karate framework…

Autho User
- 1
- 1