What is the difference between Call to Action and Copy
Action.?
Answer Posted / venkat reddy
1)In case of Call to copy, code, datatable,OR are vailable
in update mode whereas call to action mode these are all
available in read-only mode.
2)if u want to use somebosys code wothout making any
modofications u can use call to action whereas u want to
change u can prefer call to copy
3)if anybody changes the source script in call to action it
is not affected to target script whereas in call to action
it will affect
4) Syntax
call to copy: Runaction "copy of action2",one iteration
call to action:Runaction "actionn[testn]",one iteration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How do we analyze the checkpoint results?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How can you exit from an action?
What is the keyword view and expert view in qtp?
What are the various automation frameworks available in qtp?
Explain actions in qtp ?
how to find that tools work well with your existing system?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How will you declare a variable in qtp?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
How you are developing the script? Using record and play back or manual?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.