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

Can we call a parameter from an action to other action?

4 Answers  


I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance

0 Answers  


Explain about import and export files?

1 Answers  


how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.

0 Answers  


How do you check ticket cost and ticket number in flight application?

0 Answers  






What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


What kind of errors can b handled in QTP in real time scenario?

1 Answers  


Can any one please explain hwo to test client/server application using QTP?

3 Answers   Patni, Value Labs,


how to retrive that the number of spaces are in a string ????

2 Answers   Liquid Hub,


Give me the Example of standard check point and text check point with syntax?

3 Answers   IMI Soft, IMI Soft Engineering,


how to know no.of mails in our g mail by using vb-script

0 Answers   HP, Thinking Hats,


Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance

3 Answers  


Categories