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...


How can I pass values from one action to another in QTP ?

Answers were Sorted based on User's Feedback



How can I pass values from one action to another in QTP ?..

Answer / riju

Define a parameter variable in the action(eg: Action2) to
which the value is to be passed into.(that can be done by
right cliking on that particular action --> Action -->
Action Properties --> Parameter(tab) --> '+' button on input
parameters and give the parameter name(eg: i)

and in the code, ie. in Action1

i = 10
RunAction "Action2", oneIteration,i

and in Action2

b = Parameter("i")
msgbox b

Is This Answer Correct ?    19 Yes 3 No

How can I pass values from one action to another in QTP ?..

Answer / deepa

Through action input parameter

Is This Answer Correct ?    9 Yes 2 No

How can I pass values from one action to another in QTP ?..

Answer / sanju_gdk

using parameter u can pass the values with out using action
finction

action1
Parameter("variable")= outputvalue

action2
x=parameter("Variable")

Is This Answer Correct ?    9 Yes 3 No

How can I pass values from one action to another in QTP ?..

Answer / preeti

Data can be passed from one action to another using the
various techniques like:
1. Global Data Table.
2. Dictionary Object.
3. Environment variables.

Is This Answer Correct ?    8 Yes 3 No

How can I pass values from one action to another in QTP ?..

Answer / kcn

U can use define a variable as Enviornmental Variable and
use the same varible in different actions.

Is This Answer Correct ?    4 Yes 3 No

How can I pass values from one action to another in QTP ?..

Answer / hanumanth

u can pass the value from one action to another by

Environmet variable
input and output parametrs
output value

Is This Answer Correct ?    2 Yes 4 No

How can I pass values from one action to another in QTP ?..

Answer / raju

Through input & out put parameterzation......

I thkink If it is wrong pls let me know

09823257761

Is This Answer Correct ?    4 Yes 8 No

How can I pass values from one action to another in QTP ?..

Answer / turtlerock

Can we pass object as input parameter using the above
methods.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More QTP Interview Questions

What is ‘object spy’ and what is the function of object spy in qtp?

0 Answers  


I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.

4 Answers   TCS,


When to use descriptive programming?

0 Answers  


Which property will you use to check the object state? (Exist)

2 Answers   Symphony,


how to find that tools work well with ur existing system?

0 Answers  


Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?

1 Answers  


if anyone has idea of the interview procedure in covansys, plz send me a mail?

0 Answers  


How to import a test case present in ".xls" file to TD under a Test set?

0 Answers  


HOW DO U CALL A ACTION IN QTP?

2 Answers   BirlaSoft,


I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?

1 Answers  


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

0 Answers  


Can anyone explain about Keyword driven framework in detail and how to use it in case of any project

4 Answers  


Categories