what is input pramater out output pramater ?i want the
decrepation..?how to use in QTP?
Answer Posted / baba fakruddin
InputParameters and Output Parameters.... are available
in 'Actions' and also 'Functions'
Input Parameters: These are parameters passing from Calling
Action/Funtion to Called Action/Function... These values
can not be change in that Action/Function... (we can do
that in debug viewer pane using Command Tab)
Output Parameters: These are parameters we get from
Action/Function. They can be use out of the Action/Function
and use as we like (eg: input parameters for another
related Action/Function)
'Funtions return generally single value... but if you use
Output parameters we can use more than one value out of the
Function.
'Actions:
RunAction "ActionName",no.of iterations,i/pparmts,o/pparmts
'Functions
Function(i/pparameters,o/p parameters)
....
...
..
End Function
Call Function(i/pparameters,o/p parameters)
If you have any doubts about this topic...
let me know
Thanks & regards,
Baba Fakruddin.D
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can any suggest me what is exposure testing?
what is review
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How qtp recognizes the object?
What are the different types of functions available in qtp and explain ?
When do go for loop condition in test?
What are the different attributes used with regular expression?
What is the use of sendkeys and what are send keys
Explain how you can find length of array in qtp?
who QTP recognizes the object stored in object repository?
How to create runtime property for an object?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.