Skip to content

VerifyContainsIgnoreCase

VerifyContainsIgnoreCase command is used to compare and verify the partial equality of two values ignoring their case sensitivity, text or integer. 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 VERIFYCONTAINSIGNORECASE command from the action drop down, select desired Screen name, Element key and provide the string or substring in the parameter section as shown below:

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

Tabular view

Card view :

If the string or part of string (substring) ignoring their case sensitivity is found on the specified locator on the web page then this test step will pass else this will fail.

Back To Top