Skip to content

Commit

Permalink
Fix broken links in Tests and ApplicationUnderTests README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timotiusmargo committed Oct 18, 2017
1 parent aa76594 commit 1a1cc7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ApplicationUnderTests/AppUIBasics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AppUIBasics

AppUIBasics is a sample Universal Windows Platfrom application created to showcase various controls (UI elements) that can be added to your application. This application is taken from <https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlUIBasics/cs/AppUIBasics> and slightly modified to run independently. This application contains all the controls that are tested in [UWPControls Test](../Tests/UWPControls/) project.
AppUIBasics is a sample Universal Windows Platfrom application created to showcase various controls (UI elements) that can be added to your application. This application is taken from <https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlUIBasics/cs/AppUIBasics> and slightly modified to run independently. This application contains all the controls that are tested in [UWPControls Test](../../Tests/UWPControls/) project.


## Requirements
Expand All @@ -17,4 +17,4 @@ AppUIBasics is a sample Universal Windows Platfrom application created to showca
3. Select **Build** > **Build Solution** to build the application
4. Select **Build** > **Deploy Solution** to deploy the application

> Once the application is successfully built and installed, you can run any of the test in the [UWPControls Test](../Tests/UWPControls/) project.
> Once the application is successfully built and installed, you can run any of the test in the [UWPControls Test](../../Tests/UWPControls/) project.
4 changes: 2 additions & 2 deletions ApplicationUnderTests/Input/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input

Input is a sample Universal Windows Platfrom application tailored to enable testing various Windows Application Driver input support. This application allows test scenarios in [Input Test](../Tests/Input/) project to be run and verified by logging input events that the target element is receiving.
Input is a sample Universal Windows Platfrom application tailored to enable testing various Windows Application Driver input support. This application allows test scenarios in [Input Test](../../Tests/Input/) project to be run and verified by logging input events that the target element is receiving.


## Requirements
Expand All @@ -17,4 +17,4 @@ Input is a sample Universal Windows Platfrom application tailored to enable test
3. Select **Build** > **Build Solution** to build the application
4. Select **Build** > **Deploy Solution** to deploy the application

> Once the application is successfully built and installed, you can run any of the test in the [Input Test](../Tests/Input/) project.
> Once the application is successfully built and installed, you can run any of the test in the [Input Test](../../Tests/Input/) project.
4 changes: 2 additions & 2 deletions Tests/Input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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](../ApplicationUnderTests/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](../ApplicationUnderTests/Input/README.md).
The test scenarios are written against [Input](../../ApplicationUnderTests/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](../../ApplicationUnderTests/Input/README.md).


## Requirements

- Windows 10 PC with the latest Windows 10 version (Version 1607 or later)
- Microsoft Visual Studio 2015 or later
- [Input](../ApplicationUnderTests/Input) application
- [Input](../../ApplicationUnderTests/Input) application


## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions Tests/UWPControls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

UWPControls is a collection of test scenarios that covers basic interactions with [Universal Windows Platform controls (UI elements)](https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/). Use this as a reference on how to interact with certain UWP controls you have in your application.

The test scenarios are written against [AppUIBasics](../ApplicationUnderTests/AppUIBasics) application that contains all UWP basic controls. This application needs to be installed once in the machine you are running your test. Follow the instruction on the application [README](../ApplicationUnderTests/AppUIBasics/README.md).
The test scenarios are written against [AppUIBasics](../../ApplicationUnderTests/AppUIBasics) application that contains all UWP basic controls. This application needs to be installed once in the machine you are running your test. Follow the instruction on the application [README](../../ApplicationUnderTests/AppUIBasics/README.md).


## Requirements

- Windows 10 PC with the latest Windows 10 version (Version 1607 or later)
- Microsoft Visual Studio 2015 or later
- [AppUIBasics](../ApplicationUnderTests/AppUIBasics) application
- [AppUIBasics](../../ApplicationUnderTests/AppUIBasics) application


## Getting Started
Expand Down

0 comments on commit 1a1cc7a

Please sign in to comment.