Cucumber Feature file

What is Feature ?

Feature can be defined as standalone unit or functionality of the project

A Feature consist of list of scenarios to be tested for that feature

What is Feature file?

A feature file is file with .feature extension in which we store feature, feature description , scenarios for the feature to be tested .

Each Functionality is stored in separate feature file which is documented in plain descriptive language like English , French

Structure of Feature file 

You may also like...