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



In for test there are three pass modes for function arguments. They are rarely used since pass mod..

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

In for test there are three pass modes for function arguments. They are rarely used since pass mod..

Answer / jimena

in, out and inout; the default is in

Is This Answer Correct ?    1 Yes 0 No

In for test there are three pass modes for function arguments. They are rarely used since pass mod..

Answer / jinsha

pass modes are in, out and inout. the default is in

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Silk Test Interview Questions

How to create and edit a testplan?

0 Answers  


How to record a test case?

0 Answers  


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

0 Answers  


How to run all test cases in a testplan?

0 Answers  


How to attach silk test results to test director?

3 Answers  


what are agents in silk?

4 Answers  


How dom browser extension identify a web application ui object?

0 Answers  


what is DON in SILK?

1 Answers  


In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?

0 Answers   CSS,


How to define an object verification in a test case?

0 Answers  


What is a silktest testplan?

0 Answers  


who is the head of the BMC

1 Answers   BMC,


Categories