Expect

Compares two values, returns an error message in case of non-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 ${current_value} ${expected_value} ${error_message}

Note

**Note: ActivityType (str): indicates the job type (refactoring/coverage/validation)

=> TC will continue on failure only if a job type is coverage.**