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

How to call a test from another test?

0 Answers  


Is it possible to return multiple values from a function..? Then how..?

3 Answers  


What do you mean by checkpoints in qtp?

0 Answers  


i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.

2 Answers   Wipro,


describe some problems that u had with automating testing tool?

0 Answers  






what are pretesting activities

0 Answers  


how do pass parameters from one action to another action

2 Answers  


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

0 Answers  


describe some problem that u had with automation testing tool?

3 Answers  


what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz

1 Answers  


What's QuickTest Window?

1 Answers  


If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.

4 Answers  


Categories