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
How to find a window is minimized or not
What test cases can you automate using QTP?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the different attribute used with regular expression?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is Port testing. Whhen will you perform?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what testplan contents and what test strategy contents,what is the diff b/w them
i can done the project with QTP in that time i can say how many members in my team size?
how will you load the test cases in ddt?
Sql questions to find second max salary and how to use joins
What are the benefits of qtp?
What are output values and why they are used ?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
assume i have few url link how will i dynamically call then using descriptive programming?