Function to convert lowercase to uppercase in QTP
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / 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 |
Post New Answer View All Answers
how to evalute defects in QTP script?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
There is an excel file of 1 to 100 sheets how you will iterate through it?
What is post recovery scenario?
Where can I find and view run-time data table?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How to analyzing the checpoint results?
What are parameterizing tests?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Explain the difference between data driven testing and parameterization ?
What is text/text area checkpoint?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Explain about Test Fusion Report of QTP?
Hi How to retrieve data from web element line by line?
How many ways we can parameterize data in quicktest professional?