what is the advantage of INOUT parameter over OUT parameter?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the purpose of different record methods?
How do you copy and move objects between different gui map files?
What is the use of test director testing tool?
Explain the synchronization points?
How do you handle pop-up exceptions?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
Explain the use of test director software?
What is tsl? What 4gl is it similar too?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
What is the use of virtual object wizard and how it is used?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
What in contained in the GUI map?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
Which are default codes winrunner generates when we start the application?
Explain the purpose of gui spy?