Expect Not Eq

Compares two values, returns an error message in case of equality.

Arguments Description

current_value: the value that will be compared.

expected_value: the expected value

error_message: the error message that will be displayed if the keyword fails.

Returns

Example

Expect NotEq ${current_value} ${expected_value} ${error_message}