Nexial Automation

Test Automation Platform for everyone!

X

base » assertNotContain(text,substring)

Description

This command asserts that text does not contain substring.

Parameters

  • text - this parameter is the actual text
  • substring - the text not expected to be part of text

Example

Script:
script

Output:
output

See Also