InterviewSolution
Saved Bookmarks
| 1. |
What is difference between non reusable, usable, and external reusable actions in QTP? |
|
Answer» Non-reusable action − An action that can be called only in that specific test in which it has been designed and can be called only once. Reusable action − An action that can be called multiple times any test in which it resides and can also be used by any other tests. External Reusable action − It is a reusable action stored in another test. External actions are read-only in the calling test, but it can be used locally with the editable copy of the Data Table information for the external action. |
|