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 |
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
what is object and child object.. explain ..if possible give some example for better understanding ..
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application. plz explain in detailed or mail the sample code to malepatin@gmail.com
How many number of actions possible in qtp?
There is a name "AJAY" how do u count no.of. "A" in that name ?
How do function returns a value?How can we pass one function value to other function as input
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
Flight reservation using input and output parameter script.
Explain about the Test Fusion Report of QTP ?
what is the smart identification techniqu?what r the different mechanisums used in it?
How to interact tool & application build in QTP?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?