Action1: I have a value "test" stored in a variable X.
I want to use that variable X in Action2 .. how?
Answer Posted / litan
Use environment variables.
Action 1 : Environment.Value("x")="test"
Value of x=Environment.Value("x") can be used any action.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How will you compare keyword and expert view?
what is command for executing files?
when a test case is written how u test using qtp
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Get the count of files of similar types from a folder.
What are the recording modes in qtp?
What is reusable action?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
What is keyword view?