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 |
How will you report the bug and explain the defect tracking sheet you handled?
How can we close all webbrowsers which are opened in out desctop?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
what is the abbrivation of .mtr in action reposirtory?
How to use parameterization in qtp?
what are SetToProperty, SetROProperty,GetToproperty scripting?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
Which recording modes need more memory?
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?