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
Explain about Test Fusion Report of QTP?
Does Low-level recording capture mouse movements?
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
What is a programmatic description?
How many types of actions are there in quicktest professional?
What is the parameterization? Give one example?
what are the utilities and drivers
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
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?
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
What is qtpro? What is a quick test professional?
What is regular expression?
What is checkpoints for quicktest professional (qtp)?
Explain how to use QTP to check broken links on a page?
When do go for loop condition in test?