what is input pramater out output pramater ?i want the
decrepation..?how to use in QTP?

Answers were Sorted based on User's Feedback



what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?..

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

what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?..

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

what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?..

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

Post New Answer

More QTP Interview Questions

What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this

0 Answers  


Describe how Smart Identification is used

0 Answers  


DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example

1 Answers  


I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?

2 Answers   TCS,


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  






Reverse string without mid or streverse function.

1 Answers   Deloitte,


We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)

2 Answers   IBM, Infosys,


Hi, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...and also let me know is there any other automation tool availabe to automate Microsoft Dynamic Navision. Thanks Sandip. +91-9714177088

1 Answers  


images are dynamically changes how to compare two images

2 Answers   Hexaware,


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?

1 Answers  


In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?

0 Answers  


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

0 Answers  


Categories