How do function returns a value?How can we pass one function
value to other function as input
Answers were Sorted based on User's Feedback
Answer / rajendraprasad m
Using Byreference get the value from Function.
User same value in another function.
Thanks,
Rajendra Medepalle
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
In QTP what is the difference between Step-in, Step-out, Step-over ?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
Can I import a excel sheet in Action1 datatable? How?
How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help
Hi all, can anyone tell me the challenges u faced while using qtp?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
i have 2 year experience in manual and automation testing, I have less percentages in X, Xii (Second grade), can i elgible to TCS interview (Or MNC's)
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
Give the syntax to load function at run time.
How can you give wait up to 10 seconds in qtp?