I have 1 to 10 action are there, i want action1 output
becomes to action 10 input? pls any can give script for
this scenario?
Answers were Sorted based on User's Feedback
Answer / pankajb
It's Very Simple
Just, get the output value store in the data table with
appropriate column name.
And when using it in another action just give the name of
the sheet and then name of the column where that output
value is stored.
pankaj_behl@hotmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pratap
We Can Use Environment Parameters to over come this
problem ,,
Ex : Environment("Name")="Pratap"
Think pratap is output of first action . If you declare
it as environment parameter you can use in any action.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / karunakar
Example:
Inpt1=RunAction Action1(OneIteration), here we get the
output of Action1 into Inpt1 and the same is used as
parameter for Action10.
RunAction Action10(OneIteration,Inpt1)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / christopher thirumaran
All above ans are wrong.
We need to create Action-Parameter for both Actions.
For eg.
in Action1_Properties:(Input-Parameter: InputName, Type)
'Assigning the InputName value to the Variable
in Action1_Script: Action1_Param=Parameter("InputName")
in Action10 properties (Output-Parameter: OutPutName,
Type)
THEN
RunAction "Action1", OneIteration
RunAction "Action10", OneIteration, OutPutName
Tats all.
| Is This Answer Correct ? | 0 Yes | 1 No |
Regular expressions..... Actually how to use this and what is the exact syntax and can anybody can help me out this with example.is there any docs pls send to my mailid rvreddy82@gmail.com
How to Identify broken links in QTP
can we run the scripts of qtp 8.2 in the qtp7.0?
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
how can i replace any text from the qtp script with some anothere text
Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
how to change the properties of object during run time . plz give the code using flight reservation
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the main differences of qtp and win runner?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
what is the extension of new local object repository?