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 |
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
What are private functions in QTP? How they can be called from the function library?
What is Test Fusion Report in QTP?
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
Can we create test script with out Step Generator?
How can you delete the results file (XML)
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
what are the different types of framesworks in QTP?what is the keyword driven framework?
How to use actions in qtp ?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
what is verification & validation?