what is input pramater out output pramater ?i want the
decrepation..?how to use in QTP?
Answers were Sorted based on User's Feedback
Answer / nataraj
I guess this comes in Business process testing. Here we
create I/P parameters(i.e.)for all the objects in the
screen. For each input parameter we create an O/P parameter
which can be used as an I/P for some other parameter.
Correctme if I'm wrong
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / shilpa reddy
Generally we will pass data in b/w actions or to xternal
actions by using action parameters.Action parameters are of
2 types.
1)input parameters
2)output parameters
To see this we can follow below navigation:
step menu-->action properties-->click on parameter tab--
>here u will see two parameter tables resembling one to i/p
parameters and other to output parameters.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)
Where we use data driver in qtp?
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
How do you send email with attachment from outlook using qtp ?
What are the types of object repository?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
What is the difference between qtp and selenium?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
What is the difference between Call to Action and Copy Action.?