0 votes
in QuickTest Professional (QTP) by

In QTP how you can get the last character from a string?

1 Answer

0 votes
by

Code to get the last character of a string in QTP

print right( “junior,1) ‘ à Output will be “r”

...