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 synchronization point in QTP?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
what is Property......End Property loop? how to write sript for it in QTP
How will you check a web application for broken links using qtp?
How to handle Java tree in QTP?
What is the extension of the recovery scenario file in qtp?
what could go wrong with test automation?
How you debug your script?
What are the disadvantages of recording test cases in qtp?
What is method name to compare two XML files.
assume i have few url link how will i dynamically call then using descriptive programming?
Is it possible to change the values of analog recording?
What are the different attributes used with regular expression?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!