TAF.Core 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package TAF.Core --version 1.1.2
NuGet\Install-Package TAF.Core -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TAF.Core" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TAF.Core --version 1.1.2
#r "nuget: TAF.Core, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TAF.Core as a Cake Addin
#addin nuget:?package=TAF.Core&version=1.1.2

// Install TAF.Core as a Cake Tool
#tool nuget:?package=TAF.Core&version=1.1.2

Core package for TAF test automation framework.
     "Never send a human to do the work of a machine."

     TAF.Core provides test context, logging framework, different types of reporting mechanism for TAF modules.

     TAF is a test automation framework to quickly get a stable test automation framework in place rather than having to create it yourself. There are TAF packages for test automation for REST, WPF, and web. Also a Java version exist, supporting web, rich Java GUI, and REST.
     TAF also separates the driver (like Selenium, Windows.Automation, RestSharp) and the runner (for example NUnit) from the tests to ease transition of test solution when technologies and tools become obsolete.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on TAF.Core:

Package Downloads
TAF.Core.GenericGuiDriver

Generic GUI driver for GUI based test automation with TAF. This package is extended for different technologies.

TAF.Logging.DesktopScreenshot

Possibility for Desktop Screenshots for WIndows for test automation framework TAF

TAF.RestSupport

Support for interacting with, and testing, REST services with the TAF test automation framework.

TAF.TfsIntegration

Enables propagation of test results from TAF to TFS (results, logs, and files)

TAF.Logging.TestCaseVideoLog

Enables saving a video of test execution

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.1 4,085 8/24/2022
3.5.0 356 8/23/2022
3.4.0 1,985 3/18/2020
3.3.1 1,568 2/17/2020
3.3.0 489 2/12/2020
3.2.3 1,246 1/29/2020
3.2.2 491 1/29/2020
3.2.1 2,967 1/15/2020
3.2.0 2,192 1/13/2020
3.1.1 1,168 1/13/2020
3.1.0 2,766 12/16/2019
3.0.0 2,770 12/3/2019
2.8.9 1,296 11/22/2019
2.8.8 531 11/13/2019
2.8.7 2,876 11/12/2019
2.8.6 877 10/5/2019
2.7.14 2,018 6/20/2019
2.7.13 2,902 2/21/2019
2.7.12 2,100 11/14/2018
2.7.11 1,700 10/16/2018
2.7.10 2,117 10/14/2018
2.6.10 2,035 10/14/2018
2.6.9 2,011 10/12/2018
2.5.9 2,749 10/8/2018
2.5.8 2,105 10/7/2018
2.5.7 2,019 10/7/2018
2.5.6 2,666 10/4/2018
2.5.5 2,093 9/26/2018
2.5.4 1,663 9/20/2018
2.5.3 2,061 9/13/2018
2.5.2 1,893 9/10/2018
2.5.1 1,734 9/10/2018
2.5.0 728 9/10/2018
2.4.0 3,466 9/4/2018
2.3.0 2,893 9/2/2018
2.2.7 1,247 8/22/2018
2.2.0 1,772 8/17/2018
2.1.1 2,016 8/15/2018
2.1.0 1,207 6/22/2018
2.0.0 12,426 6/21/2018
1.1.3 1,371 5/8/2018
1.1.2 14,335 5/8/2018
1.1.1 6,253 5/5/2018
1.1.0 1,065 5/5/2018
1.0.12 1,025 5/5/2018
1.0.11 881 5/3/2018
1.0.10 1,453 5/3/2018
1.0.9 1,174 4/21/2018
1.0.8 1,056 4/21/2018
1.0.7 1,022 4/21/2018
1.0.6 1,011 4/20/2018
1.0.5 1,121 4/12/2018
1.0.4 1,048 4/12/2018
1.0.3 1,028 4/11/2018
1.0.2 1,004 4/8/2018
1.0.1 1,294 4/8/2018
1.0.0 1,750 3/13/2018

CLI interface improved.