Sha256: 71d93f3e5b3d0e4790ac0767640aa442ff5a994ec745f408617aa51206b492db
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
Feature: Button In order to interact with buttons Testers will need access and interrogation ability Background: Given I am on the static elements page Scenario: Selecting a button When I click the button Then I should be on the success page Scenario Outline: Locating buttons on the page When I locate the button by "<locate_by>" Then I should be able to click the button Examples: | locate_by | | id | | class | | name | | xpath | | index | | text | Scenario: Retrieve a button element When I retrieve a button element Then I should know it exists And I should know it is visible @multi Scenario Outline: Locating button using multiple parameters When I search for the button by "<param1>" and "<param2>" Then I should be able to click the button Examples: | param1 | param2 | | class | index | | name | index |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-0.0.1 | features/button.feature |