what is the advantage of INOUT parameter over OUT parameter?

Answers were Sorted based on User's Feedback



what is the advantage of INOUT parameter over OUT parameter?..

Answer / m.hema kumar

inout parameter means same parameter can be used as input
and output parameter,out parameter means that it can be
used for only displaying out put.
example:
public function name(in a,inout b)
{
a=1;
b=2;
}
printf(b);
answer:3

Is This Answer Correct ?    0 Yes 0 No

what is the advantage of INOUT parameter over OUT parameter?..

Answer / shobha

that will be used in Data Driven test.
if we r passing only input for testing from
(wordpad,notepad,xcel sheet)it is called parameter.
if we r want only out to print in(wordpad,...)it is called
OUT parameter,
if we want both in&out to read&print in(wordpad,...)it is
called INOUT parameter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

What is the process of file parsing in winrunner?

1 Answers  


what sould come under "tell about ur self"? need tempelate

3 Answers  


If winrunner doesn't understand the Text in the Application what you do?

1 Answers   FCG,


How you integrated your automated scripts from TestDirector?

0 Answers  


How to force wr to learn the sub-items on a menu?

0 Answers  






WinRunner will suppost "Cold Fusion"?

1 Answers  


Does WinRunner have recovery mechanism built in?

2 Answers  


How do you determine what to test?

6 Answers  


what are the different modes of executing TSL Script

3 Answers  


is manual testing knowledge is enough for attending interviews

2 Answers  


how u can do parameterization in winrunner? tell me the sample code.

2 Answers   Mastek, MBT,


When do you use break points?

1 Answers  


Categories