AutomatedVisualTesting 2.0.0
dotnet add package AutomatedVisualTesting --version 2.0.0
NuGet\Install-Package AutomatedVisualTesting -Version 2.0.0
<PackageReference Include="AutomatedVisualTesting" Version="2.0.0" />
paket add AutomatedVisualTesting --version 2.0.0
#r "nuget: AutomatedVisualTesting, 2.0.0"
// Install AutomatedVisualTesting as a Cake Addin #addin nuget:?package=AutomatedVisualTesting&version=2.0.0 // Install AutomatedVisualTesting as a Cake Tool #tool nuget:?package=AutomatedVisualTesting&version=2.0.0
Automated Visual Testing
Lots of tests rely on Selenium WebDriver and similar tools to automate end to end testing. Whilst this ensures elements are displayed 'somewhere' on a page, they do not guarantee that elements are exactly where they should be and looking as expected!
Using this 'Visual' approach tests can execute a lot quicker and ensure elements are rendered how we expect them to be rathan than the typical approach of trying to find each element to ensure things have loaded on to a page.
It is also necessary sometimes to check contents of files, which can be quite time consuming to open up pdf files to check that the contents are as expected. Using this framework it is also possible to save all pdf pages as images and compare those to previously saved pdf images to check for changes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
-
- sautinsoft.pdffocus (>= 6.9.7.6)
- Selenium.Support (>= 3.4.0)
- Selenium.WebDriver (>= 3.12.1)
- Selenium.WebDriver.ChromeDriver (>= 2.40.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Ability to compare pdf pages added as well as a sample test to show how to create a pdf comparison test.