TAF.WebSupport
1.1.0
See the version list below for details.
dotnet add package TAF.WebSupport --version 1.1.0
NuGet\Install-Package TAF.WebSupport -Version 1.1.0
<PackageReference Include="TAF.WebSupport" Version="1.1.0" />
paket add TAF.WebSupport --version 1.1.0
#r "nuget: TAF.WebSupport, 1.1.0"
// Install TAF.WebSupport as a Cake Addin #addin nuget:?package=TAF.WebSupport&version=1.1.0 // Install TAF.WebSupport as a Cake Tool #tool nuget:?package=TAF.WebSupport&version=1.1.0
Support for testing web based systems with the TAF test automation framework.
"Never send a human to do the work of a machine."
TAF.WebSupport currently relies mainly on Selenium for test execution, but enhances Selenium to overcome common timing problems, the need to implement separate logging mechanisms, and the limited element selection mechanisms provided by Selenium.
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) and the runner (for example NUnit) from the tests to ease transition of test solution when technologies and tools become obsolete.
Product | Versions 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. |
-
- Newtonsoft.Json (>= 11.0.2)
- NUnit (>= 3.10.1)
- NUnit.Engine (>= 3.8.0)
- NUnit3TestAdapter (>= 3.10.0)
- PhantomJS (>= 2.1.1)
- Selenium.Firefox.WebDriver (>= 0.20.0)
- Selenium.Support (>= 3.11.2)
- Selenium.WebDriver (>= 3.11.2)
- Selenium.WebDriver.ChromeDriver (>= 2.38.0)
- Selenium.WebDriver.IEDriver (>= 3.11.1)
- TAF.Core (>= 1.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TAF.WebSupport:
Package | Downloads |
---|---|
TAF.WebSupport.HeadlessBrowser
Headless browser for TAF web testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 4,502 | 8/24/2022 |
2.2.1 | 999 | 2/17/2020 |
2.2.0 | 799 | 1/15/2020 |
2.1.0 | 487 | 1/13/2020 |
2.0.2 | 749 | 12/16/2019 |
2.0.1 | 542 | 12/10/2019 |
2.0.0 | 494 | 12/3/2019 |
1.8.8 | 558 | 11/22/2019 |
1.8.7 | 506 | 11/13/2019 |
1.8.6 | 493 | 10/5/2019 |
1.7.19 | 846 | 6/20/2019 |
1.7.18 | 1,862 | 2/21/2019 |
1.7.17 | 1,037 | 11/14/2018 |
1.7.16 | 905 | 10/16/2018 |
1.7.15 | 1,134 | 10/14/2018 |
1.7.14 | 1,053 | 10/14/2018 |
1.7.13 | 1,020 | 10/12/2018 |
1.7.12 | 1,059 | 10/11/2018 |
1.7.11 | 1,056 | 10/8/2018 |
1.7.10 | 1,104 | 10/7/2018 |
1.7.9 | 1,046 | 10/7/2018 |
1.7.8 | 1,072 | 10/5/2018 |
1.7.7 | 865 | 10/4/2018 |
1.7.6 | 1,074 | 10/4/2018 |
1.7.5 | 1,106 | 9/26/2018 |
1.7.4 | 1,090 | 9/20/2018 |
1.6.4 | 856 | 9/13/2018 |
1.6.3 | 882 | 9/10/2018 |
1.6.2 | 822 | 9/10/2018 |
1.6.1 | 838 | 9/10/2018 |
1.5.1 | 863 | 9/4/2018 |
1.5.0 | 926 | 9/2/2018 |
1.4.4 | 938 | 8/22/2018 |
1.4.3 | 914 | 8/17/2018 |
1.4.2 | 906 | 8/17/2018 |
1.4.1 | 865 | 8/17/2018 |
1.4.0 | 941 | 8/17/2018 |
1.3.0 | 951 | 8/15/2018 |
1.2.0 | 950 | 8/15/2018 |
1.1.3 | 1,050 | 5/8/2018 |
1.1.2 | 1,033 | 5/8/2018 |
1.1.1 | 1,083 | 5/5/2018 |
1.1.0 | 1,162 | 5/5/2018 |
1.0.7 | 1,181 | 4/21/2018 |
1.0.6 | 1,191 | 4/12/2018 |
1.0.2 | 1,201 | 4/7/2018 |
1.0.0 | 1,071 | 3/13/2018 |
Improvements and additions of verification mechanisms.