Skip to content

Instantly share code, notes, and snippets.

@SihemBouhenniche
Created August 6, 2019 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SihemBouhenniche/c819fa2e37a408076534012635009445 to your computer and use it in GitHub Desktop.
Save SihemBouhenniche/c819fa2e37a408076534012635009445 to your computer and use it in GitHub Desktop.
Behavior driven design (BDD) example on web applications with cucumber and ruby
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