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 |
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.
write a function for addition of two numbers
What are the three windows displayed when a mismatch occurs in Bitmap verification
What is the purpose of regexp_label property and regexp_msw_class property?
what is contained in the GUI check list?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
Where are the expected results file will be stored? what is the extension of that?
How do handle error/exceptions in winrunner.
can anybody tell me what is project architecture?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
i would like to know the steps to write tsl exception and object exception with a simple example