For Passing Parameters from one Action to another Action we
will use Input & Output parameters. Can any one tell how to
use this Input & Output parameters with Example ?

Answers were Sorted based on User's Feedback



For Passing Parameters from one Action to another Action we will use Input & Output parameters...

Answer / amit

use Action Parameters to pass value from one acion to another

Is This Answer Correct ?    3 Yes 0 No

For Passing Parameters from one Action to another Action we will use Input & Output parameters...

Answer / saravanaraja

write the following script in Action1

dim a,b

a=10
RunAction "Action2",oneiteration, a,b

msgbox b

here a is the input parameter & b is the output parameter.

click Action 2 properties and give input parameter as a &
output parameter as b.


Write the following script in Action2:

dim c,d

c=parameter.item("a")
c=c+20

parameter.item("b")=c

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

In QTP, while launching qtp application from startup.. we find Advanced Keyword-Driven Testing caption.. wht is that...Anybody can pls explain it. Thanks in Advance

1 Answers  


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  


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

0 Answers  


what is the diff b/w assistive and mandatary rules of object repository in QTP???

0 Answers  


what is Business Process Testing plz explain?

7 Answers   iFlex,






How Can I automate PDF forms using QTP9.2 ?

0 Answers  


Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini

2 Answers   TCS,


How to add a page checkpoint to your test?

1 Answers  


What is QTP testing process?

0 Answers  


can anyone explain about the Descriptive programming in detail. I mean how to use in the script.

1 Answers  


1. What is extense of Result file in QTP?

7 Answers  


Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)

2 Answers  


Categories