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 Radio Button Element support. Base Operations #5

@mkolisnyk

Description

@mkolisnyk

Scenario: Set/Check state

  • Set item state

  • Get item state

    Given the test GUI application is started
    When I select the "Buttons" tab
    Then I should see the "Radio Button 1" button is checked
    And the "Radio Button 2" button is unchecked
    And the "Radio Button 3" button is unchecked
    When I click on the "Radio Button 2" button
    Then I should see the "Radio Button 2" button is checked
    And the "Radio Button 1" button is unchecked
    And the "Radio Button 3" button is unchecked

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions