how to pass parameters from one action to another using
output parameters
I am not calling action 2 from action 1, they are being
called individually
I need syntax please ..
Requirement:
Action 1
customer = Browser(" ").Page(" ").Link("
").GetROProperty("value")
I want to use the value stored in customer in Action 2
I do not want to use any of these actions as re-usable actions

Answers were Sorted based on User's Feedback



how to pass parameters from one action to another using output parameters I am not calling action..

Answer / rajesh

you can always pass values from called script to the driver
script and vice versa

Is This Answer Correct ?    5 Yes 1 No

how to pass parameters from one action to another using output parameters I am not calling action..

Answer / hussain

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

action1
Parameter("variable")= outputvalue

action2
x=parameter("Variable")

Like that u can try

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More QTP Interview Questions

How to invoke QTP using Dos prompt ?

2 Answers   ABC,


In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data

2 Answers  


what is the difference between link and hyper link?

1 Answers   Ordain Solutions,


how will u choose a tool for test automation ?

1 Answers  


how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.

3 Answers  






How cookies can be tested in QTP?

2 Answers   Deloitte, TCS,


diff between dim & redim ? in detailed? pls any one explain me?

1 Answers  


How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?

1 Answers  


What is the present version of the VB Script we are using

1 Answers  


After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?

6 Answers  


Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?

12 Answers   IBM, Semantic Space, TCS,


I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?

3 Answers  


Categories