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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about Test Fusion Report of QTP?

836


Does Low-level recording capture mouse movements?

799


hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale

1818


What is a programmatic description?

838


How many types of actions are there in quicktest professional?

756


What is the parameterization? Give one example?

788


what are the utilities and drivers

2063


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

5640


Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?

2371


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

2005


What is qtpro? What is a quick test professional?

835


What is regular expression?

829


What is checkpoints for quicktest professional (qtp)?

807


Explain how to use QTP to check broken links on a page?

790


When do go for loop condition in test?

864