what is the advantage of INOUT parameter over OUT parameter?
Answers were Sorted based on User's Feedback
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 |
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 |
How many Record Methods are there in Winrunner?
6 Answers Accenture, Indicus Software,
How many check points are there in winrunner? what are they?
What in contained in the GUI map?
How to get the system date and time in winrunner?
What is Add Watch?
Is load testing is possible with WR?
is 'Vendor' is a Reserved in WinRunner or not?
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
What are Optinal Properties and Obligation Properties? please explain in detail.
Is 'public' allowed inside of the function declarations?
list out the some of the exceptions list usually occur while recording and playing the script.
Write test scripts on a scenario where you have to transfer data from one table to another.