difference Between Call Run action and copy of action?
Answers were Sorted based on User's Feedback
Answer / guest
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 ? | 7 Yes | 3 No |
Answer / ram.polavarapu
CALL RUN ACTION->We can not do any modifications in script
by calling the call run action
copy of action->we can do any modification in the script by
using call to copy of action
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / durgeshwari.m
Call to Run/Existing Action -
We cannot make any changes , Its Read Only mode.
Call to Copy Action -
It is Read and Write Mode . We can make any changes in Script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Guys, In one of my interviews, I was asked to Write a paragaraph explaining how much scripting I did in QTP? I don't know where to start and what to write. So I need your help in writing that.
what is Compile Module in QTP? what exactly it contains Functions or Actions?
explian about the qtp frame work? where u can use it in your project?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
What is batch testing?
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
what is the diff between Procedure and function
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
What are the drawbacks of QTP?
Difference between action & Reusable action?