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 |
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
how to check URL using QTP? write vb script with descriptive programm only?
Explain Checking XML....
What are the 3 main stages involved in testing with qtp?
Does QTP is "Unicode" compatible?
What is descriptive.create () in QTP?