1a1cc7a7fe | ||
---|---|---|
.. | ||
Properties | ||
Input.csproj | ||
Input.sln | ||
MultiTouchScenarios.cs | ||
README.md | ||
TestBase.cs | ||
TouchScenarios.cs | ||
app.config | ||
packages.config |
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
- Open
Input.sln
in Visual Studio - Select Test > Windows > Test Explorer
- 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