Convert to Upper case
This pre-built action located under @Generic Element. The functionality of this action in Avo Assure is to convert a given string to uppercase and stores the converted string into the dynamic variable.
Syntax
Input Value: <input string>
<input string> (Required)
Provide the text to be converted into uppercase.
Output Value:
<Dynamic Variable> (Required)
This variable stores the converted string
<Dynamic Variable> (Optional)
This variable stores the status as True or False
Example Convert low case (Alice Johnson) to upper case (ALICE JOHNSON) The Convert to Upper Case action takes the value from Input value column (Alice Johnson) and converts into the upper case (ALICE JOHNSON). The converted string is stored in the {Upper case} variable, while the conversion status is stored in {status} variable, with the following possible values:
True – if the case changed or
False – if the case not changed

Text Strings
automation
AUTOMATION
Already in Uppercase
EMPID
EMPID
Special Character and Number
Pass@123
PASS@123
Alphanumeric strings
id2025
ID2025
Last updated
Was this helpful?