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 possible failure scenarios and different types of errors you find in silkTest?

2 Answers  


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

0 Answers  


Can we use regular expressions to facilitate dynamic objects identification by SilkTest?

4 Answers  


What is the dom browser extension?

0 Answers  


I have Silk Test 7.5 installed to my machine. My silk recoginizes all the windows applications.But its not recoginizing the web application.When i try to ENABLE EXTENSION for any web application i am not getting the window with the two radio button namely DOM and VO. What could be the problem? I also tried using browsers like IE,FF and also uninstalled the silk n reinstalled it again.But it works out with my neighbours system....Wht could be the problem?????

3 Answers   Borland, Genpact,






How can you read the contents of PDF using silktest?

2 Answers  


What are testplan attributes?

0 Answers  


How to attach silk test results to test director?

3 Answers  


hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.

2 Answers   Aricent, Cincom,


Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...

1 Answers   IBM,


What is the vo browser extension?

0 Answers  


How to define new testplan attributes?

0 Answers  


Categories