Returns a string that has been converted to uppercase.QTP-UCase

Syntax –

UCase(string)

Example –

Dim MyWord
MyWord = UCase("Hello World")   ' Returns "HELLO WORLD".