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 Slider control: Base Operations #12

@mkolisnyk

Description

@mkolisnyk

Base slider operations should include:

  • Set slider position
  • Set slider range

Scenario: Set slider position

  • Set slider position

    Given the test GUI application is started
    When I select the "Sliders" tab
    And I set the "50" position for the "Horizontal" slider
    Then I should see the "Horizontal" slider is at "50" position

Scenario: Set slider range

  • Set slider range

    Given the test GUI application is started
    When I select the "Sliders" tab
    And I set the "50" position for the "Horizontal" slider
    And set the "20" position for the "Horizontal Lower" spin
    Then I should see the "Horizontal" slider is at "50" position
    When I set the "40" position for the "Horizontal Upper" spin
    Then I should see the "Horizontal" slider is at "40" position

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions