Created
August 6, 2019 09:37
-
-
Save SihemBouhenniche/c819fa2e37a408076534012635009445 to your computer and use it in GitHub Desktop.
Behavior driven design (BDD) example on web applications with cucumber and ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Dummy | |
Scenario: Google search scenario | |
Given I am on google home page | |
Then I can type "Usain bolt" in search field | |
When I click on search button | |
Then I get "Usain Bolt" in search results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment