what is the difference between Reusable action and external
action?
Answers were Sorted based on User's Feedback
There are 3 types of actions available in QTP:-
1)Non-Reusable 2) Usable and 3) External actions.
Non-Reusable action can only be called once in your test. It can not be called in any other test. Resuable action can be called multiple times in your test as well in other test and when it is called in another test then it becomes external action.
External action will be a read only untill you saved it locally in your test.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / nath t
Reusable Action: we can call this action in between Actions
in Test and also in between Tests. we can call this action
in two ways 1. Call copy of Action 2. call to Existing
Action.
External Action(if it is not reusable action in test): this
action we cann't call in another Tests by using Call to
Exisiting Action. But we can call this external Action to
another tests by using Call to Copy Action.
| Is This Answer Correct ? | 5 Yes | 5 No |
What is test harness?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
What are the factors on which script execution time is dependent?
With out using the task manager,how to close the application using vbscript and what is the statement?
What is recovery scenario manager? When you go for recovery scenario manager?
can anyone please send me qtp framework material please its urgent
How to find the difference between 2 dates in qtp?
In QTP whether is it possible to call a function from one action to another action?
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
tell me types of environment variables? what r they? explain details? pls give anwer any one?
How to Import data from a ".xls" file to Data table during Runtime.
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute