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 |
what is the advatages of merging of object repositories in Qtp9.0
What is the exact difference between QTP and RFT ?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
User defined function in QTP
What is Virtual Object? Plz Explain me with an example?
What is test object model in QTP ?
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
how to check URL using QTP? write vb script with descriptive programm only?
How to handle Dynamically changing Objects in QTP?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
how we can do web browser using parametarisation in QTP ?