Syntax for how to call one script from another and Syntax
to call one "Action" in another?
Answer / ramyab.mca@gmail.com
Hai....
RunAction ActionName, [IterationMode , IterationRange ,
Parameters]
Here the actions become reusable on making this call to any
Action.
IterationRange String Not always required. Indicates the
rows for which action iterations will be performed. Valid
only when the IterationMode is rngIterations. Enter the row
range (i.e. "1-7"), or enter rngAll to run iterations on
all rows.
If the action called by the RunAction statement includes an
ExitAction statement, the RunAction statement can return
the value of the ExitAction's RetVal argument.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
What is the difference between run time object and test object?
Is there any MS Access addin in QTP?
How you can make an action as re-usable action?
How the automated tests in org
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
How can we call Winrunner functions from QTP?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
in which case & which method we can use "native" property of an object ?