WinAppDriver/Tests/Input
Timotius Margo 1a1cc7a7fe Fix broken links in Tests and ApplicationUnderTests README.md 2017-10-17 17:39:53 -07:00
..
Properties Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00
Input.csproj Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00
Input.sln Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00
MultiTouchScenarios.cs Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00
README.md Fix broken links in Tests and ApplicationUnderTests README.md 2017-10-17 17:39:53 -07:00
TestBase.cs Create README.md for each test and application under test projects 2017-08-08 11:20:20 -07:00
TouchScenarios.cs Maximize the Input app on startup to prevent stretched button to cover the entire UI 2017-05-03 19:37:12 -07:00
app.config Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00
packages.config Merged PR 412697: Adding Touch test app and corresponding tests. 2017-05-02 22:31:55 +00:00

README.md

Input

Input is a collection of test scenarios that covers various input methods such as swipe and pinch multitouch gesture.

The test scenarios are written against Input application that logs the input event received by the target element.. This application needs to be installed once in the machine you are running your test. Follow the instruction on the application README.

Requirements

  • Windows 10 PC with the latest Windows 10 version (Version 1607 or later)
  • Microsoft Visual Studio 2015 or later
  • Input application

Getting Started

  1. Open Input.sln in Visual Studio
  2. Select Test > Windows > Test Explorer
  3. Select Run All on the test pane or through menu Test > Run > All Tests

Once the project is successfully built, you can use the TestExplorer to pick and choose the test scenario(s) to run