Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.
This repository was archived by the owner on May 17, 2023. It is now read-only.

Win32 CheckBox control support. Base Operations #6

@mkolisnyk

Description

@mkolisnyk

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions