What is the difference between Call to Action and Copy
Action?

Answer Posted / lathabose

Call to Action: The changes made in Call to Action, will be
reflected in the original action (from where the script is
called).
But where as in Copy Action, the changes made in the
script, will not affect the original script (Action).

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

terminal services client

1783


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.

1506


In qtp, explain what is crypt object

585


how to disable the pop ups through QTP using a script

1716


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

569






Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.

1383


Write a script to customize the test results in PDF and HTML format.

2076


How can i check items sorted or not in a weblist ? Give me the script for this...

1568


Explain the views in the QTP GUI?

612


What is the use of text output value in quicktest professional (qtp)?

591


Plz Explain AUTOMATION REFERENCE MODEL?

1679


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1466


What is recovery scenario in qtp?

573


How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.

1779


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3603