what is the difference between call to copy action and call
to an existing action
Answer Posted / minni
When u insert a call to copy of action, the original
action is copied in the test. This copied action will be
nonreusable,independent action.What ever changes u make to
this it will be independent of original action. To make it
clear i l give u an example like if u take a xerox copy of
a sheet, the changes u make to xerox will not effect the
orginal sheet. Same is this also.
Call to existing is like a link to the original.
The called action will be readonly in the test . If u want
to make anychanges u have to make to the orginal only that
will be reflected in the called action.
Here if u want to call the action it shuld be defined as
reusable but for call to copy of action it need not be
reusable.
hope u understood..
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How do know the number of browsers opened?
what is impact analysis on regression testing?
How you are developing the script? Using record and play back or manual?
What is Test Fusion Report in QTP?
how will you check how many members visited the website www.infosys.com?
How many ways we can parameterize data in quicktest professional (qtp)?
How to define array in qtp?
Diff b/w test scenario's and test Procedures?
What is a checkpoint? How many check points are there in qtp?
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
Why to use descriptive programming?
What are the differences between quicktest professional (qtp) and winrunner?
Explain the concept of object repository and how qtp recognises objects?