Selenium v/s Cucumber
Overview In this post, we will understand the difference between Selenium & Cucumber Many people who are new to cucumber get confused with selenium and they think both do the same thing but actually,...
Overview In this post, we will understand the difference between Selenium & Cucumber Many people who are new to cucumber get confused with selenium and they think both do the same thing but actually,...
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 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...
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...
Follow:
More