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 / rajesh
you can always pass values from called script to the driver
script and vice versa
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a programmatic description?
How can we conduct U-I Testing by using QTP??????
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
What is a checkpoint? How many check points are there in qtp?
To which environments does quicktest professional supports?
can u explain relative path architecture framework in qtp?
How to creating an output value using quicktest professional (qtp)?
What is ‘object spy’ and what is the function of object spy in qtp?
How many tabs are available to view your test in a test pane and what are they?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Where can I find and view run-time data table?
How many types of recording modes in qtp? Which will be used when?
UFT 12.02 which ALM version will support
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks