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



How do function returns a value?How can we pass one function value to other function as input..

Answer / anil

how come d 52 u r wrong

Is This Answer Correct ?    0 Yes 0 No

How do function returns a value?How can we pass one function value to other function as input..

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

How do function returns a value?How can we pass one function value to other function as input..

Answer / 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

More QTP Interview Questions

Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions

4 Answers   Livetek,


What are private functions in QTP? How they can be called from the function library?

0 Answers   HCL,


What is Test Fusion Report in QTP?

0 Answers  


HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account

2 Answers   TCS,


Syntax for how to call one script from another? and Syntax to call one "Action" in another?

2 Answers  


Can we create test script with out Step Generator?

4 Answers  


How can you delete the results file (XML)

2 Answers  


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


what are the different types of framesworks in QTP?what is the keyword driven framework?

2 Answers   Mindlance,


How to use actions in qtp ?

0 Answers  


How do we call Library Files(.vbs) in the Test Script Thanks in Advance...

6 Answers  


what is verification & validation?

2 Answers   Accenture,


Categories