Sha256: 0182059f0f00f0acf678c30a78c0f6cbe99b6117989c03b99ccebfe862642534
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
Feature: Check Box In order to interact with check boxes Testers will need access and interrogation ability Background: Given I am on the static elements page Scenario: Selecting an element on the checkbox When I select the First check box Then the First check box should be selected When I unselect the First check box Then the First check box should not be selected Scenario Outline: Locating check boxes on the page When I locate the check box by "<locate_by>" Then I should be able to check the check box Examples: | locate_by | | id | | class | | name | | xpath | | index | Scenario: Retrieve a CheckBox When I retrieve a check box element Then I should know it exists And I should know it is visible @multi Scenario Outline: Locating check boxes using multiple paramters When I search for the check box by "<param1>" and "<param2>" Then I should be able to check the check box 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/checkbox.feature |