Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.16 KB

verification.rst

File metadata and controls

54 lines (29 loc) · 1.16 KB

Verification

.. toctree::
   :maxdepth: 2
   :hidden:

   verifyelement
   verificationglobal
   verifyelementexists
   invertverification


RobusTest provides you a means to compare attribute values of an element with:-

  1. a custom value ; Or;
  2. that of the attribute value of another element

We refer to this process as a verification

A verification is done by comparing a 'Source' attribute value with a 'Target' attribute value.

When a verification is recorded, a corresponding test step is created.

Details of the verification can be seen in the 'User Data' section of the verification test step that is recorded.

_static/verifyelement11.png

On RobusTest, a verification can be done in two ways:-

  1. :ref:`verify-element`
  2. :ref:`verification-global`

The 'Verification' feature on RobusTest provides you a powerful way to perform a many more operations such as:-

  1. :ref:`verify-element-exists`
  2. :ref:`invert-verification`
  3. :ref:`image-based-verification`