How do function returns a value?How can we pass one function
value to other function as input
Answer Posted / srinivas
Hi
I think this question Answer is we can use recall function
for example
function adds(a,b,c)
c=a+b
endfunction
msgbox c
Here a=10
b=20
function multi(c,d,e)
e=c*d
msgbox d
endfunction
here d=52
If i am wrong pls send a mail to me my mail id is
vasuth2008@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
Explain about the quicktest professional (qtp) automation object model?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Can anybody post some real time scenario in qtp? please its very urgent.
Explain the check points in quicktest professional (qtp)?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Explain how Selenium is different from UFT?
in a web page How to check and display a particular word from a paragraph?
How to give a call to another action from one action?
Hello friends..... On which areas of an application we can not test with QTP
Both static and dynamic arrays are handled by the vb script. Is it true?
What are the major/ important methods, functions in QTP we use realtime testing
What are the types of object repository in qtp?