How can I pass values from one action to another in QTP ?
Answer Posted / 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 |
Post New Answer View All Answers
How did you use regular expressions in QTP and also in WR?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How does qtp identify objects in the application?
Explain the Different types of QTP test assets and their extensions?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How to remove associated function library?
Explain the check points in quicktest professional (qtp)?
explain structured testing? plz guys with exp. do answer
What does mean by Scope of Automation?n How we defined it?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Define Environment Variable in UFT and its uses?
Describe function procedure in vbscript.
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?