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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jinsha
pass modes are in, out and inout. the default is in
| Is This Answer Correct ? | 0 Yes | 0 No |
How to specify a browser extension to a web application?
How do you create a user defined class in silk?
How load testing can be done with silk international?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How can you get the moving contents of flash image using silktest.
who is the head of the BMC
What are the possible failure scenarios and different types of errors you find in silkTest?
What is a silktest testplan?
What are testplan attributes?
what type of frameworks are you using in silk test?
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
what .inc file consists in silk?