In for test there are three pass modes for function
arguments. They are rarely used since pass mode always
default to the most used one. Pls name them and specify
which one is a default?
Answer Posted / pooja
The following table describes the pass modes for function
arguments.
Pass mode
in : The default. Specifies an input argument, used when
you only want to get the argument's value. Any changes made
to this argument are not reflected outside of the function.
out : Specifies an output argument, used when you only
want to set the argument's value. This argument is modified
in a function and the new value is passed back out of the
function when the function ends.
inout : Specifies an input and output argument, used when
you want to get the argument's current value and you want
the function to change that value and pass the new value
out.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to assign attribute values to test cases?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to run a test case from a test script file?
What is a test frame?
What is the syntax of ui object identifier used by dom extension?
What is 4test?
What are the problems you faced while identifying an object in silk?
What is multi-tagging?
How load testing can be done with silk international?
can any one please tell me the full form of .g.t in silktest datadriven method
What is the segue testing methodology?
How to create and edit a testplan?
How to include a test case into a testplan?
Can silktest switch browsers automatically?
What is silktest host?