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

In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

0 Answers  


What are different types of frame works ?

3 Answers  


How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)

1 Answers  


How to get all the objects count and objects names in webpage using QTP ?

6 Answers  


HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?

2 Answers   Patni,






four browser are open same application i want to enter 3browser how?

3 Answers   IBM,


what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface

4 Answers   Syntel,


how to write testcases for web based insurance,from the script by using qtp.

1 Answers  


What are the types of Object Repositories in QTP?

1 Answers   Ordain Solutions,


How are actions and functions different in QTP?

0 Answers  


Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?

1 Answers  


When ‘option explicit’ keyword is used in qtp?

0 Answers  


Categories