Skip to content

VerifyNotContains

VerifyNotContains command is used to verify if the given string or part of string(substring) is not available on the specified locator on the web page or not.

Select VERIFYNOTCONTAINS 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) is not found on the specified locator on the web page then this test step will pass else this will fail.

Back To Top