Sha256: 9440a5fb28397f82633a0f1df6cd0aba28e0f099031e12efb6db9e919c77832b

Contents?: true

Size: 774 Bytes

Versions: 1

Compression:

Stored size: 774 Bytes

Contents

@TC_Google_Search
Feature: Search for a term in google search
  Entering a term in google search and verifying result page is displayed

  @scenario_001 @regression @sanity
  Scenario: Single term serach
    Given I navigate to google search page
    When I type the term in google search bar and click on serach results
    Then I should get the results page

  @scenario_002
  Scenario Outline: Multiple search items in google using scenario outline
    Given I navigate to google search page
    When I type the "<Term>" in google search bar and click on serach results
    Then I should get the results page

    @regression
    Examples: 
      | Term  |
      | Hello |
      | Hi    |
      | Where |
      
    @sanity
    Examples: 
      | Term  |
      | Hello |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teber-library-1.0.0 sample/features/feature/googleSearch.feature