Cucumber Framework Selenium(BDD) Part -5 || How to Use Background Keyword in Cucumber Feature File

preview_player
Показать описание
In this video, I have explained how to use background keyword in cucumber feature file.

#cucumberframework #BackgroundKeyword #FeatureFile
=======================================================================
cucumber background keyword:

is used to define a step or series of steps that are common to all the tests in the feature file. It allows you to add some context to the scenarios for a feature where it is defined. A Background is much like a scenario containing a number of steps. But it runs before each and every scenario were for a feature in which it is defined.

Cucumber Feature File example :
Feature: Test Background Feature
Description: The purpose of this feature is to test the Background keyword

Background: User is Logged In
Given I navigate to the login page
When I submit username and password
Then I should be logged in

Scenario: Search a product and add the first product to the User basket
Given User search for tomato
When Add the first laptop that appears in the search result to the basket
Then User basket should display with added item

Scenario: Navigate to a product and add the same to the User basket
Given User navigate for pomegranate
When Add the laptop to the basket
Then User basket should display with added item

===================================================================
Facebook group: Selenium Automation Real Time Experience
===================================================================
Рекомендации по теме
Комментарии
Автор

wow that internet speed is spontaneous

pqjrtlh
Автор

can you explain something more on, background will contain each scenario starting common steps or whatever the steps is common to scenarios either 1st or 4th steps it will contain???

rohitranjan
Автор

How many years of experience do you possess?

PavanKumarHB
join shbcf.ru