Skip to content

VerifyEquals

VerifyEquals command is used to compare and verify the equality of two values, text or integer. The left hand value is provided in element section and the right hand value in parameter section.

Select VERIFYEQUALS command from the action drop down, leave Screen name blank, provide first value in Element key and second value in parameter section as shown below:

After completing this step, test step will look as below:

Tabular view:

 

Card view :

If first value is equal to second value then this test step will get pass else this step will get fail.

 

In case we are comparing a value from a web element with a static value in that case user has to select VERIFYEQUALS command from the action drop down, select desired Screen name, Element key and static value to compare in parameter section as shown below:

After completing this step, test step will look as below:

 Tabular view  :

Card view :

If first value (found at the specified locator) is equal to second value then this test step will pass else this will fail.

Back To Top