Function to convert lowercase to uppercase in QTP
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / rajendra
txt="have a nice day"
t1=ucase(txt)
msgbox(t1)
o/p: HAVE A NICE DAY.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / debee prasad kar
use ucase function which convert the string from lower case
to upper case.
ex:
str="hello frnds good morning"
res=ucase(str1)
msgbox res
simollarly we can use lcase function for converting
uppercase to lower case
| Is This Answer Correct ? | 2 Yes | 0 No |
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
where is the bitmap checkpoint be saved
Explain the Keyword View ?
How to record & run on Japanese language application using english version of QTP ???
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
How to call a function in QTP?
what is exacltly TIERS ?
How the smart identification is used in real time?Please explain with an example
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
How to find the OS name by using QTP script?