difference Between Call Run action and copy of action?
Answer Posted / sreeprasad
Call Run Action: It calls the existing action from the
calling action. It calls the main action only. If we make
any changes to that called action it will affect all
other actions which called it.
Copy of Action: It creates the copy of existing action. It
is completely diffent from main action with its own Object
repository(in case of Per Action mode). If we change the
main Action it will not affect its Copy and vice versa
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Will down time for server and content maintenance/upgrades be allowed? how much?
Can the user toggle between using Local OR and shared OR for the same action?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What is CMMP and CMMH?
What are the views available in quicktest professional (qtp)?
What is the descriptive programming?
What are the types of properties that quick test learns while recording?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Can you list some technologies that support qtp?
what is meant by Implicit and explicit requirements?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How can you give wait up to 10 seconds in qtp?