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 |
How can we count the no of rows are available in a data table ?
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
How many ways we can parameterize data in QTP?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
how to explain a claims and insurance project?
how to write vbscript on web applications in qtp. explian with one example?
Which is the best testing institute for QTP training in Hyderabad.
How to convert QTP's ObjectRepository.mdb file to xml file
Set DR= CreateObject("Mercury.DeviceReplay")
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?