Skip to content

VerifyNotEquals

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

Select VERIFYNOTEQUALS 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 not 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 VERIFYNOTEQUALS 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 not equal to second value then this test step will pass else this will fail.

Back To Top