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 |
Where to use Property Let, Property Get, Property Set in UFT
Could any one suggest web site links to learning VB Script for QTP purpose??
If you are testing a web application then what will you test in that application?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.
What is the meaning Work bench?
Explain the terms test and business component?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
what is object and child object.. explain ..if possible give some example for better understanding ..
Both static and dynamic arrays are handled by the vb script. Is it true?
What is the extension of 'Log file' in QTP
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...