what is the difference between call to copy action and call
to an existing action
Answer Posted / ram
Call to copy :
1.Read and write
2.copy the original action
3.There is memory loss
4.Modifications not reflect original copy
5.we can call any Action whether it is
a reusable or non-reusable
Call to existing:
1.Only write mode
2.Modifications in original action reflecting in called action.
3.There is no memory loss
4.we can reusable actions only.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Describe synchronization point.
banking project description for software tester
What is the synchronization point in qtp?
who QTP recognizes the object stored in object repository?
What are the various automation frameworks available in qtp?
Output values? i want a practical example
Approach for Installation,comaptibility,system testing
What are the types of environment variables in qtp?
How you can replace string in qtp?
How to recognise the webelement and verifying that webelement is enabled?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What are the views available in quicktest professional (qtp)?
What are table and db checkpoints?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?