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
Where can I find and view run-time data table?
How will you report the bug and explain the defect tracking sheet you handled?
Can any suggest me what is exposure testing?
What is post recovery scenario?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
What is the file extension of the code file in qtp?
How many types of object repository in qtp?
What are the different kinds of test steps?
how will you load the test cases in ddt?
How to record application running on the Virtual machine?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Please guide me release notes of Automation once scripts are completed
Can any one send me the QTP Basic Coding Samples?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How to use checkpoints in qtp ?