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

How many types of tests can u create in winrunner?

2 Answers   Covansys,


1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?

2 Answers   Ness Technologies,


what is Retesting and what is the difference between Retesting and Regression testing?

7 Answers   Accenture, Infeneon Technologies,


Wat is the defferances between Test plan and devolopment plan?

3 Answers  


regular expression differance in qtp and winrunner

1 Answers  






WHAT PURPOSE TO USE WINRUNNER

8 Answers   247Customer,


Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.

0 Answers  


plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

0 Answers  


Using the WinRunner Tool What that Regular Expression Scripts

5 Answers   CTS,


what is the testing high level architecture

0 Answers   Wipro,


ON PROPERTIES IT IS DECIDED WHICH TOOLS TO BE USED AMONG QTP, WINRUNNER, RATIONAL ROBOT, TEST DIRECTOR?

1 Answers  


Hi,i cleared the first round in Microstrategy and my second round(project manager) is scheduled so can any one tel me what r they asked and gv me some steps how i wil tel them?

1 Answers  


Categories