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 ScrollBar control: base operations #10

@mkolisnyk

Description

@mkolisnyk

Scenario: Set scroll bar position

  • Set scroll bar position
  • Get scroll bar position
  • Step forward/backward

Given the test GUI application is started
When I select the "Scroll Bars" tab
And I set the "50" position for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position
When I add 1 step forward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "51" position
When I add 1 step backward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions