Answer Posted / charan
syntax for function
fun <fun name>(arg1,arg2)
<statements>
end
for example if u want to call mul(3,6)
call mul(3,6)
function mul(a,b)
mul=a*b
end
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
what QTP Options do you know?
How to test fly out menu in qtp?
Limitations in QTP?
Hi All, How to get repeated word in string . Thanks Balaji
Is it possible to call from one action to another action in qtp?
If you are testing a web application then what will you test in that application?
What is a data driven test in qtp?
How to check which add-ins are associated with a test in qtp?
what is impact analysis on regression testing?
Explain how you can find length of array in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
When should I use smart identification?
How to connect to a database?