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 do close the task manager through QTP?
Explain the difference between check point and output value?
How many types of run modes are there in qtp?
What are the different types of action?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
How to recognise the webelement and verifying that webelement is enabled?
What are the details steps to connect a remote mysql database in QTP
Is it a smart choice to use QTP for backend testing?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
What is creation time property and how does it work?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
What is the differnce between action & script