Nexial Automation

Test Automation Platform for everyone!

X

base » assertEqual(expected,actual)

Description

This command compares 2 text together, character by character. It returns true if both text are equivalent.

Parameters

  • expected - the first value in this comparison
  • actual - the second value in this comparison

Example

Example of this command:
script

… output:
output

See Also