Info
Version: | 17.11.1 |
Author(s): | Microsoft |
Last Update: | Thursday, September 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/vstest |
NuGet Url: | https://www.nuget.org/packages/Microsoft.TestPlatform |
Install
Install-Package Microsoft.TestPlatform
dotnet add package Microsoft.TestPlatform
paket add Microsoft.TestPlatform
Microsoft.TestPlatform Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
It provides a modern, cross platform testing engine that powers the testing on .NET Core as well.
It integrates with popular test frameworks like MSTest(v1 and v2), xUnit and Nunit with support for extensibility.
The package supports running Coded UI tests.
While running Coded UI tests, you must ensure that the package version matches the major version of Visual Studio used to build the test binaries.
For example, if your Coded UI test project was built using Visual Studio 2019 (version 16.x), you must use test platform version 16.x.
Coded UI test is deprecated (https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#test-tools) and
Visual Studio 2019 (Test Platform version 16.x) will be the last version with Coded UI test functionality.