How to catenate string in robot framework

The function concatenates various items into a single string by combining them together. The default separator used between items is a space character, but this can be changed by including the string “SEPARATOR=<sep>” as the first item, where <sep> is the desired separator. The items to be concatenated may need to be converted to strings, …

How to catenate string in robot framework Read More »