What is the difference between "call to action" and "call
an existing action"

Answer Posted / sridhar mallepally

Sowmya,

You are right. We should use the Call to Copy of action
only when we need the change the code and if there is no
change needed we can use Call to existing action and we can
edit the data which is coming from the external action. I
prepared a detailed document with questions and also
answers and it is available on my website
http://www.questionsforinterview.com which will answer all
such questions.

Sridhar Mallepally

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by Output Value in UFT?

641


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2355


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1804


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

679


how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)

1527






Give me some real time point of way where exactly we can conduct audits?

1584


Which features or drawbacks of QTP lead to the upgrade for a newer version?

657


What is quicktest professional (qtp window?

691


In qtp, how you can exit for loop?

616


What are the types of environment variables in qtp?

643


How can I change object description or check point values in qtp?

643


How can you pass value one action to another action?

643


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2517


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

3917


What is the difference between per-action and shared?

670