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 |
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
what is impact analysis on regression testing?
what we do after completion of functional and regression testing
Give a comment on Regular Expressions using QTP?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What are the three challenges U faced during automation testing of your application.
How many tables r created during the recording in QTP?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
What is InStr()
can any body give the banking domain concepts/links
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Have you faced any problems with object repository?