Info
Version: | 1.5.25 |
Author(s): | Suitest |
Last Update: | Tuesday, May 31, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://suite.st/ |
NuGet Url: | https://www.nuget.org/packages/Suitest |
Install
Install-Package Suitest
dotnet add package Suitest
paket add Suitest
Suitest Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.UniversalWindowsPlatform(>= 6.1.9)
- Newtonsoft.Json(>= 12.0.1)
- System.Diagnostics.TraceSource(>= 4.3.0)
- System.Xml.XPath.XDocument(>= 4.3.0)
Tags
This package will make your UWP app testable with Suitest.
Suitest is a multi-platform end-to-end test automation service with the focus on the productivity and ease of use.
Sign up for free at https://suite.st to get started.
Follow these steps to prepare your application for end-to-end testing with Suitest:
1.
Install this package.
2. In the Package.appxmanifest add "Internet (Client)" capability.
3.
Call SuitestLibrary.Suitest.Initialize(); near the end of your OnLaunched method in App.xaml.cs.
Then upload the application into Suitest and test away!
Happy testing!.