Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH

1 Answers  


What is the architecture of framework

0 Answers  


1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP

7 Answers   Ordain Solutions,


What is deference between normal QTP testing and descriptive programming?

4 Answers   Polaris,


wht is Driver in Integration testing. Anubody can answers it

7 Answers   CTS,


What is chaild object method? When we will go for chaild object method? How to use chaild object method?

2 Answers  


Can we do Load Testing with QTP?

4 Answers  


what is the Command used to start the QTp from Run.

7 Answers  


in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm

3 Answers   IBM,


What are the abbreviations for tsr and mtr?

17 Answers   Ordain Solutions, TSR,


What is Object Spy?

8 Answers  


What are the features of quick test pro(qtp)?

0 Answers  


Categories