![]() |
VOOZH | about |
dotnet add package AutomatedVisualTesting --version 2.0.0
NuGet\Install-Package AutomatedVisualTesting -Version 2.0.0
<PackageReference Include="AutomatedVisualTesting" Version="2.0.0" />
<PackageVersion Include="AutomatedVisualTesting" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="AutomatedVisualTesting" />Project file
paket add AutomatedVisualTesting --version 2.0.0
#r "nuget: AutomatedVisualTesting, 2.0.0"
#:package AutomatedVisualTesting@2.0.0
#addin nuget:?package=AutomatedVisualTesting&version=2.0.0Install as a Cake Addin
#tool nuget:?package=AutomatedVisualTesting&version=2.0.0Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
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.