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 |
Explain the concept of object repository?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
what you mean by artifact,milestone...
What are the problems / difficulties faced when you used Smart Identification ?
does the vb script knowledge is mandatery in testing using QTP
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is the difference between Normal mode and Fast mode ?
how to find that tools work well with ur existing system?
How we can call the scripit from another scripit in QTP?,Not a call Action
What is the limitation to XML Checkpoints?
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?