I have below user Defained function
function AddTwo(ByVal a, ByVal b)
Dim Ans
Ans=a+b
MsgBox Ans
End function
Now my question comes here...from given below methods which
method is right to call above function?Which is Wrong and why?
1. AddTwo(2,4)
2. Call AddTwo(2,4)
3. AddTwo 2,4
4. Call AddTwo 2,4
Answer / sisira
Call AddTwo(2,4)
AddTwo 2,4
these two ans are true
Thanks
sisira
| Is This Answer Correct ? | 1 Yes | 0 No |
Using Object Repository is a advantage or disadvantage?
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...
How do you test DLL files using automation Tool QTP?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
How to Creating an Output Value using QTP?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
what is the use of Text output value in Qtp?
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
Which company is better amdocs or techm ???
How many number of actions possible in qtp?