What is the difference between Call to Action and Copy
Action.?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Call to Action : The changes made in Call to Action , will
be reflected in the orginal action( from where the script
is called).But where as in Copy Action , the changes made
in the script ,will not effect the original script(Action)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How you can delete excel file in qtp?
Difference between keyword driven test and DDT?
What is optional step in qtp? How you can add optional step in qtp?
How to supress warnings from the "Test results page"?
Hai anyone please "Explain about Framework in QTP?"
Scripts for Ascending order in qtp.
how do you remove object repository at runtime and load object repository and verify it
What are the advantages of QTP over WinRunner?
Have you faced any problems with object repository?
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?