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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain about the test fusion report of quicktest professional (qtp)?
how to prepared for first for the first interview?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to use checkpoints in qtp ?
How many ways is to parameterize the value?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
What is the difference between analog and low level recording?
how to disable the pop ups through QTP using a script
what is stepin & stepout?
What are the factors on which script execution time is dependent?
How did you use regular expressions in QTP and also in WR?
What is keyword driven framework?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))