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 |
what type of framework u r using in ur organization
where exactly we can't do the automation testing. give some examples
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How QTP identify the system time that's changes every seconds?
HOw to add the recovery file at runtime to the test file .
How can i select multiple items from a WebList bOX USING QTP
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
what are the limitations of automation testing?
Difference between keyword driven test and DDT?
How can I replace all the text from the QTP script with some other text.