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 |
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
Which statement will use for close an action in QTP?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How will you check a web application for broken links using qtp?
How Qtp will identifies object during run time
What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know with examples . Thanks in advance
Explain how Selenium is different from UFT?
in which case & which method we can use "native" property of an object ?
Once the Actions are splitted , is there any way to merge them