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
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Shall we add Local Repository to shared object repository,if yes,how we add
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
can any body give the banking domain concepts/links
Where we use data driver in qtp?
Can you brief the hurdles you faced during Automation testing?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How to find the name of the machine where you are running your automation scripts in qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is object spy in quicktest professional?
How u will do versioning in QTP?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
In qtp, explain what is qrs file?