How to call actions in QTP?
Answers were Sorted based on User's Feedback
Answer / nandishpatil
You can call a action in QTP by the following:
1. Insert > Call to Existing Action
2. Select the "Test From" (If "Action" is being called from
another Test)
3. Select the "Action" you want to call
4. Then select the Location, where the "Action" needs to be
called in the current script
5. Click "OK"
Or you direct write the script as below in the line where
you want to call the action:
"RunAction <ActionName>, (Iteration)"
Here, "<ActionName>" is the Action you want to call and
the "(Iteration)" is optional where you can define number
of iterations you want to execute.
Eg:
1. RunAction Action2, OneIteration (For single Iteration)
2. RunAction Action3, AllIterations (For All Iterations)
3. RunAction Action4, 1-3 (For iterations from 1 to 3)
Note: To Call an "Action" multiple times or to Call
an "Action" from Other Tests, make sure the "Action" is
marked as a "Reusable Action".
| Is This Answer Correct ? | 51 Yes | 3 No |
How do we retrieve the content from a text box in a web page
In qtp,how to interact tool & application build?
Suppose i have given 10 test cases all the test cases should be automated?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
How to remove associated function library?
what's the difference in between function and sub and give some code as well
How to call actions in QTP?
How to Display last item of a Combobox by using QTP?
what is use of the object repository?
Can anybody give the script to addsheet, add column,add values under that column in the rows??
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
how can i call reusable action in a function could any one explain me?