difference Between Call Run action and copy of action?
Answer / 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 |
How to recognise the webelement and verifying that webelement is enabled?
How you can find the absolute value of the number in qtp?
What is the latest version of QTP? aster googling i found it 9.5 . but somewhere in my frnds resume i hve seen 10.0 so i am a bit confused pls let me know.
Explain different types of action in qtp?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
Explain abt the File System Object in QTP with ex
can a Function return more than one value..??? if so please give me the code for that.
5 Answers DST Global Solutions,
How do you invoke any application and write a script to invoke QTP using VB Script.
Is it mandatory to know abt regular expression in descriptive programming
What are SetToProperty, SetRoProperty, GetToProperty scripting?
in login module login button chage regularly(means login button change to submit button).What is the code for it.