Saturday, 17 May 2014

QTP-UFT - how to change case of string

Answer is straight forward - using UCASE and LCASE

Example :-
msgbox lcase("QTP Interview Question")
msgbox ucase("QTP Interview Question")

 

No comments:

Post a Comment