Skip to content

VerifyEqualsIgnoreCase

VerifyEqualsIgnoreCase command is used to compare and verify the equality of two text values ignoring the case sensitivity. The left hand values is provided in element section and the right hand value is in parameter section. In case locator(page and element) is provided then the LHS will be the text value in the locator.

Select VERIFYEQUALSIGNORECASE 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, step will look as below:

Tabular view :

Card view :

If first value ignoring the case sensitivity is equal to second value then this step will pass else this will fail.

In case user is using two static vales to compare then user has to select VERIFYEQUALSIGNORECASE command from the action drop down, leave Screen name blank, provide first value in Element key and second value in parameter section.

Back To Top