1
0
Форкнуть 0
Demo app and test project demonstrating how to use Appium to automate WPF applications
Перейти к файлу
peshito7 434a585cc7
Update README.md
2021-05-13 15:47:06 +03:00
TestingWpfAppWIthAppium Add demo app and test project 2021-04-23 13:45:10 +03:00
README.md Update README.md 2021-05-13 15:47:06 +03:00

README.md

Get-your-WPF-apps-automated-with-Appium

Demo app and test project demonstrating how to use Appium to automate WPF applications

To run the project please follow the steps below:

  1. Download the Telerik_UI_for_WPF<Version_ID>NuGet_Xaml_Trial.zip from your Telerik account.
  2. Upzip the archive and add it as a local NuGet server to your Visual Studio (Tools >> Options >> NuGet Package Manager >> Package Sources).
  3. Add new package source and point to the unzipped archive's location.
  4. Once the local nuget server is created right click over the MailApp project name in the Solution explorer and choose Manage NuGet Packages.
  5. Select the package source to be the one you created on step 2.
  6. Open Browse tab and install Telerik.UI.for.Wpf.50.Xaml nuget.
  7. Your project is now ready to run.

More information regarding installing Telerik UI for WPF from a NuGet package can be found here.