You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Given the test GUI application is started
When I select the "Buttons" tab
And I click on the "Check Box Button" field
Then I should see the "Check Box Button" field is checked
When I click on the "Check Box Button" field
Then I should see the "Check Box Button" field is unchecked
Scenario: Check state
Get item state
Given the test GUI application is started
When I select the "Buttons" tab
Then I should see the "Check Box" field is unchecked
When I click on the "Check Box" field
Then I should see the "Check Box" field is checked
When I click on the "Check Box" field
Then I should see the "Check Box" field is intermediate
Scenario: Set state
Set item state
Given the test GUI application is started
When I select the "Buttons" tab
And I click on the "Check Box Button" field
Then I should see the "Check Box Button" field is checked
When I click on the "Check Box Button" field
Then I should see the "Check Box Button" field is unchecked
Scenario: Check state
Get item state
Given the test GUI application is started
When I select the "Buttons" tab
Then I should see the "Check Box" field is unchecked
When I click on the "Check Box" field
Then I should see the "Check Box" field is checked
When I click on the "Check Box" field
Then I should see the "Check Box" field is intermediate