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 |
what is the extension for QTP files?
16 Answers American Solutions,
Which scripting language used by quicktest professional (qtp)?
How to export QTP results to an ".xls" file?
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
How did you use regular expressions in QTP and also in WR?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
QTP Testing Process?
what is defination of intergration testing?
what is TOM in qtp?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
w is configaration management
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example