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 Syncronisation in Winrunner?

5 Answers  


How do you select multiple objects during merging the files?

0 Answers  


How can integration testing be done through winrunner??

1 Answers   Satyam,


descriptive program for web application.

0 Answers  


what is contained in the GUI check list?

1 Answers   FCG,






can u explain what is frame work,can u show it on the paper by drawing ,have u done the frame work in winrunner automation

1 Answers   Cap Gemini,


What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?

5 Answers   Accenture,


How do you run your sciripts in Win Runner?

2 Answers   Logica CMG,


what is the winrunner framework or architecture?

2 Answers   IBM,


can we run compiled-mod function in a compiled module function?if yes then fwd sample script?

1 Answers  


Whats a difference between Verification Point and Syncronization point?

6 Answers   AZTEC, CTS,


What is the purpose of a gui spy?

0 Answers  


Categories