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 |
what type of licence key r u using for winrunner software in your company?
What do you mean by the logical name of the object.
What is Syncronisation in Winrunner?
How to test Fonts and its size thru "Font Expert" in Win Runner.
tell me the detailed exaplanation of different types of tesiting
Where are the expected results will be stored?
what is mean by test coverage?
The Concatenation Operator in TSL is?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
what is the extension of default,custom check points ?
How do you find out which is the start up file in winrunner?
how many options are provided in WR login screen