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

What are the problems you faced while identifying an object in silk?

0 Answers  


How can you get the moving contents of flash image using silktest.

1 Answers  


What is the standard flow of execution of a test case?

0 Answers  


How to assign attribute values to test cases?

0 Answers  


How can you read the contents of PDF using silktest?

2 Answers  






In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?

3 Answers  


Define PEER Review ,what it contains & What we discuss in that meeting.

2 Answers  


What is custom object .what it contains. Difference between custom & standard objects.

3 Answers  


What is 4test?

0 Answers  


How to create and edit a testplan?

0 Answers  


What are the types of text lines in a testplan file?

0 Answers  


Can silktest switch browsers automatically?

0 Answers  


Categories