What is a feature in cucumber?
Answer / Ashish Gautam
A 'feature' in Cucumber is a file with a '.feature' extension that contains business-level, human-readable descriptions of functionality written in the Gherkin language. These files serve as a basis for test automation and help bridge the gap between technical and non-technical team members.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to generate cucumber execution reports?
What is cucumber tool?
Gherkins files have which file extension?
What is scenario outline?
What is cucumber dry run?
What are the difference between jbehave and cucumber?
Explain when to use rspec and when to use cucumber?
What is step definition in cucumber?
Cucumber tests are divided into how many parts?
What are formatter plugins in cucumber?
Cucumber execution starts from where?
How to run a particular scenario from a feature file?