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 to do text matching?
How many types of tests can u create in winrunner?
How to Know through script which add-ins are loaded with winrunner?
ca n u give the example for low severity & low priority in ur Internet Banking project
descriptive program for web application.
In WinRunner Compile Module doesn't support checkpoints Why?
Which of the following, we cannot include in a compiled module? a)check points b)analog statements c)reporting statemnts
what is the TSL statement for pass/fail crieteria appear in the test results of TD?
What is the extension of gui map file?
How do you filter the objects in the gui map?
Does winrunner supports applications with environment Visualbasic 6.0 SQL server 2000.??
2 Answers Redisolve, Visuals India,
What is Data Driven TEsting?