Nexial Automation

Test Automation Platform for everyone!

X

base » assertEndsWith(text,suffix)

Description

This command checks that text ends with the specified suffix. Note that if text and suffix are both equivalent (or empty), this command will consider as pass.

Parameters

  • text - the text to test on.
  • suffix - the specified string of characters to be either the same or found in the end of text 

Example

script

See Also