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 many wayes we do the parameterization?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What r types of parametarizations?
Hi guys pls any one send me the Qtp Licensed key of version 10.0 pls
Explain the difference between call to action and copy action?
Can we record using all the modes in a single script? Explanation with example is appreciated
What is the real use of different actions in QTP
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
QTP script is not working on other's machine..