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 does WinRunner evaluate test results?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
How you integrated your automated scripts from TestDirector?
What is the different between GUI map and GUI map files?
What is the purpose of gui spy?
What is the purpose of regexp_msw_class property?
How can we stop a automation program in middle of execution time?
The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!
The default type of Constants and variables supported by TSL are..
Where can I find a tutorial on WinRunner 7.0?
Difference between winrunner and test director?
what is meant by CMMI standards