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

Count the number of radio buttons and randomly select one.

1 Answers   Deloitte,


How to use the Object spy in QTP 8.0 version?

2 Answers  


What is quicktest professional?

0 Answers  


when there is a task that gets repeated in multiple scripts what do you do in QTP?

2 Answers   Ordain Solutions,


QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?

2 Answers  


Hoe can we do retesting using functions please give the code for it using login page

0 Answers  


How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?

1 Answers   CTS, IBM, London,


I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me

1 Answers  


IS standard check point is very important than the other check points in QTP? If so why?

4 Answers  


How to find operating system information using the qtp script?

0 Answers  


When and why to use descriptive programming?

0 Answers  


How many ways to configure the application in QTP,Explain

2 Answers   CTS,


Categories