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
What are the different types of qtp test assets and their extensions?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Explain runtime dynamic settings?
what is error and fault in terms of software quality?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How does you test a weblink which is changing dynamically?
What are the five challenges you faced in QTP?
what are the mandatory properties for a tex boxc (scenario?)
Explain how qtp identifies object?
What are the two types of repositories available, explain them?
How to find the name of the machine where you are running your automation scripts in qtp?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What are the key elements available in test result window?
desribe a situation where u faced a stressful situation and how did u cope with it
How would you export a script from one pc to another in qtp?