Monthly Archive: November 2020

Background in Cucumber

Background in Cucumber

Background is used to make the feature file more readable and less complex by eliminating and grouping the common steps under the background keyword . Background should always be added before scenario & scenario...

Cucumber Eclipse Plugin

Cucumber Eclipse Plugin

Cucumber can be used in Eclipse only when we install the plugin Plugin helps eclipse to understand the basic Gherkin syntax and it works like a syntax highlighter. It highlights all the main syntax in the feature file which...

Cucumber Feature file

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...