Settings - String Comparison

The following settings can be found under Settings->Engine->String Comparison:

Case sensitivity

Description

Regulates whether case sensitivity is considered or not.

This does however not apply to buffer names:

Buffer names are not case-sensitive, independent of this setting.

Example

Case insensitive

Equate Linebreaks

Description

This setting allows the ActionModes Verify and WaitOn to be applied to values that contain line breaks.

Example

Yes

Equate Linebreaks for Buffer

Description

This setting allows the ActionMode Buffer to be applied to values that contain line breaks.

Example

Yes

Trim mode

Description

Trim- and limitation rule for string comparisons. Spaces are excluded from the string comparison based on the selection. The setting applies to the value saved in Tosca and to the value in the test object.

No Trim: all spaces are considered in the string comparison
Left Trim: all spaces prior to the expression (to the left) are excluded from the string comparison
Right Trim: all spaces after the expression (to the right) are excluded from the string comparison
Full Trim: all spaces before and after the expression are excluded from the string comparison

Example

No Trim

Exact match delimiter

Description

The selected text is compared on the basis of an indicated delimiter and takes the text length into consideration. Standard behavior: The Exact match delimiter can only be entered at the end of the line. If the Exact match delimiter is placed inside a text string, it will be interpreted as <.

Example

<

Escape Character

Description

Since special characters may perform special functions in certain situations, values have to be entered with a leading escape character if required (Example: tabulator: ~t).

Example

~