How do function returns a value?How can we pass one function
value to other function as input
Answer Posted / 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 View All Answers
By using QTP can we record any log files written by the application which is in execution?
What is file database?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what is clean sweep?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What will be happen if i load object repository at run time, but it has already associated.
Which functionalities of QTP used in banking project? pls any say answer?
Can we use index on view?
What is a quick test professional?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How do I get the QTP scripts result in xml format by using vb script function?
What is text/text area checkpoint?