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 |
We stored into the objects OR and then write the scripting
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is quicktest professional?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
What is the Diff between Image check-point and Bit map Check point?
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
what is the difference btn risks & Therads in the Test plan documentation?
How to test menu options using qtp
If requirments changed then how we can teach the QTP this is the new requirment
whare exactly we have to use functions and sub routain
How to use output values in qtp ?