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 |
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Explain the difference between check point and output value?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
Explain abt the File System Object in QTP with ex
How to check which add-ins are associated with a test in qtp?
What is an optional step in qtp ?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
what are the drawbacks for record and payback in qtp
what is the structure for the data driven framework
What is the difference between local and shared object repository in qtp?
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?