CompareUtils Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class to provide the most commonly used comparison types the framework can incorporate into a test.
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonCompareUtils

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public static class CompareUtils

The CompareUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberImageCompare
Performs a compare of two images and returns whether they are the same within a specific tolerance.
Public methodStatic memberImageExactCompare
Validate whether two images are exactly the same.
Public methodStatic memberNumberCompare(Double, Double, NumberCompareType)
Do numerical comparison
Public methodStatic memberNumberCompare(Int32, Int32, NumberCompareType)
Do numerical comparison
Public methodStatic memberNumberCompare(Double, Double, NumberCompareType, Double)
Do numerical comparison
Public methodStatic memberNumberCompareRange
Do numerical range comparison.
Public methodStatic memberStringCompare(String, String, FindCompareType)
Perform a string comparison
Public methodStatic memberStringCompare(String, String, StringCompareType)
Perform a string comparison
Top
See Also

Reference