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 |
how many maximum number of virtual users we can create?
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
What is the use of breakpoint in qtp?
How many types of parameters are available in quicktest professional (qtp)?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
what is the exact testing process in qtp plz explin ?
What are the types of Object Repository’s in QTP?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
What is the advantage of associating a procedure with a test object?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How to change the run-time value of a property for an object?
Distinguish between manual testing and automation testing