by admin | May 21, 2025 | API's/Config
Visual testing is one of the most powerful methods for catching unexpected UI regressions. But it’s only effective if your screenshots are stable and repeatable. If you’ve ever faced random visual diffs even when no code has changed, you’re not...
by admin | Jul 17, 2021 | API's/Config
Animations inside you webpage are a big challenge for any Visual Testing tool as it is a biggest contributor towards creating false positives. These animations not only add visual noise in their region , but also in the other adjoining regions. So simply ignoring them...
by admin | Apr 27, 2021 | API's/Config
ImagiumAI.Jar can compare individual Images ImagiumAI.jar is a supplementary utility to Imagium.io which allows comparison of standalone images and PDF files. Visual inspection procedures can be performed on one or multiple images and PDF’s in a folder. This...
by admin | Feb 23, 2021 | API's/Config
Imagium supports two modes of comparison Default and Strict. The modes can be specified at both test and step level. Step level mode will have higher precedence over the both If no mode is specified, Default mode is used for all the comparisons If any mode is...
by admin | Dec 31, 2020 | API's/Config
GetUID GetUID API returns the unique id(TestRunID) corresponding to the given ProjectKey and TestName. TestRunID is used in Validate API to trigger visual validation A new TestRunID should be used for every new test execution Same TestRunID should be used for...